Skip to content

Commit 4c8cc5a

Browse files
authored
Merge pull request #40 from nm-packages/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fb92143 + 11cbc26 commit 4c8cc5a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.13.2
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 24.4.2
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 7.1.0
11+
rev: 7.3.0
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/jackdewinter/pymarkdown
15-
rev: v0.9.15
15+
rev: v0.9.32
1616
hooks:
1717
- id: pymarkdown
1818
args:
1919
- --disable-rules
2020
- line-length
2121
- scan
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.16.0
23+
rev: v3.20.0
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/adamchainz/django-upgrade
27-
rev: "1.19.0" # replace with latest tag on GitHub
27+
rev: "1.27.0" # replace with latest tag on GitHub
2828
hooks:
2929
- id: django-upgrade
3030
args: [--target-version, "5.0"] # Replace with Django version

0 commit comments

Comments
 (0)