Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Nov 3, 2022
2 parents 907a1bf + d34da61 commit fceff25
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down
34 changes: 17 additions & 17 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint_docs",
"version": "1.0.39",
"version": "1.0.40",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@fullhuman/postcss-purgecss": "5.0.0",
"@toycode/markdown-it-class": "1.2.4",
"algoliasearch": "4.14.2",
"autoprefixer": "10.4.12",
"autoprefixer": "10.4.13",
"bulma": "0.9.4",
"bulma-pricingtable": "0.2.0",
"cssnano": "5.1.13",
Expand Down
31 changes: 7 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ isort = "^5.9.3"
coverage = "^6.4.2"
pytest = "^7.1.2"
pytest-cov = "^4.0.0"
pytest-xdist = "^2.5.0"
pytest-xdist = "^3.0.0"
pylint = "^2.14.5"
mypy = "^0.982"
types-PyYAML = "^6.0.11"
Expand Down

0 comments on commit fceff25

Please sign in to comment.