mirror of
https://github.com/django/django.git
synced 2025-09-24 23:49:12 +00:00
Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
f9a44cc0fa
commit
6fe96639ba
@ -1,15 +1,15 @@
|
||||
repos:
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 25.1.0
|
||||
rev: 25.9.0
|
||||
hooks:
|
||||
- id: black
|
||||
exclude: \.py-tpl$
|
||||
- repo: https://github.com/adamchainz/blacken-docs
|
||||
rev: 1.19.1
|
||||
rev: 1.20.0
|
||||
hooks:
|
||||
- id: blacken-docs
|
||||
additional_dependencies:
|
||||
- black==25.1.0
|
||||
- black==25.9.0
|
||||
files: 'docs/.*\.txt$'
|
||||
args: ["--rst-literal-block"]
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
@ -17,10 +17,10 @@ repos:
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 7.2.0
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.24.0
|
||||
rev: v9.36.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
|
@ -9,9 +9,9 @@
|
||||
"npm": ">=1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.24.0",
|
||||
"puppeteer": "^24.6.1",
|
||||
"globals": "^16.0.0",
|
||||
"eslint": "^9.36.0",
|
||||
"puppeteer": "^24.22.0",
|
||||
"globals": "^16.4.0",
|
||||
"grunt": "^1.6.1",
|
||||
"grunt-cli": "^1.5.0",
|
||||
"grunt-contrib-qunit": "^10.1.1",
|
||||
|
@ -2,7 +2,7 @@ aiosmtpd >= 1.4.5
|
||||
asgiref >= 3.9.1
|
||||
argon2-cffi >= 23.1.0
|
||||
bcrypt >= 4.1.1
|
||||
black >= 25.1.0
|
||||
black >= 25.9.0
|
||||
docutils >= 0.19
|
||||
geoip2 >= 4.8.0
|
||||
jinja2 >= 2.11.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user