Skip to content

Commit d34e050

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/adamchainz/django-upgrade: 1.18.0 → 1.23.1](adamchainz/django-upgrade@1.18.0...1.23.1) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0)
1 parent 378b2f5 commit d34e050

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ci:
55
autofix_prs: false
66
repos:
77
- repo: https://github.com/psf/black
8-
rev: 24.4.2
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-ast
1515
- id: check-merge-conflict
@@ -22,28 +22,28 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.13.2
25+
rev: 6.0.0
2626
hooks:
2727
- id: isort
2828
name: isort (python)
2929
args: ["--profile", "black", "--filter-files"]
3030
- repo: https://github.com/pycqa/flake8
31-
rev: 7.0.0
31+
rev: 7.1.2
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:
3535
- flake8-bugbear
3636
- flake8-comprehensions
3737
args: [--max-line-length=88]
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.16.0
39+
rev: v3.19.1
4040
hooks:
4141
- id: pyupgrade
4242
args:
4343
- --py37-plus
4444
exclude: migrations/
4545
- repo: https://github.com/adamchainz/django-upgrade
46-
rev: 1.18.0
46+
rev: 1.23.1
4747
hooks:
4848
- id: django-upgrade
4949
args:
@@ -53,6 +53,6 @@ repos:
5353
hooks:
5454
- id: yesqa
5555
- repo: https://github.com/hadialqattan/pycln
56-
rev: v2.4.0
56+
rev: v2.5.0
5757
hooks:
5858
- id: pycln

0 commit comments

Comments
 (0)