mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
010a9d8a4f
commit
d407340e7f
@ -1,11 +1,11 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.1.0
|
rev: 22.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
exclude: \.py-tpl$
|
exclude: \.py-tpl$
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.9.3
|
rev: 5.10.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
@ -13,6 +13,6 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v7.32.0
|
rev: v8.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
|
11
package.json
11
package.json
@ -9,10 +9,11 @@
|
|||||||
"npm": ">=1.3.0 <3.0.0"
|
"npm": ">=1.3.0 <3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.3.0",
|
||||||
"grunt": "^1.0.1",
|
"puppeteer": "^13.5.1",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt": "^1.4.1",
|
||||||
"grunt-contrib-qunit": "^4.0.0",
|
"grunt-cli": "^1.4.3",
|
||||||
"qunit": "^2.9.3"
|
"grunt-contrib-qunit": "^5.1.1",
|
||||||
|
"qunit": "^2.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user