Skip to content

Commit 04fe7c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.18.2](pre-commit/mirrors-mypy@v1.1.1...v1.18.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.20.0](asottile/pyupgrade@v3.3.1...v3.20.0) - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v4.2.0](compilerla/conventional-pre-commit@v2.1.1...v4.2.0)
1 parent 3997ed8 commit 04fe7c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.12.0
3+
rev: 6.1.0
44
hooks:
55
- id: isort
66
args: [
@@ -9,21 +9,21 @@ repos:
99
"--skip=migrations"
1010
]
1111

12-
- repo: https://github.com/psf/black
13-
rev: 23.3.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
language_version: python3.9
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: "v1.1.1" # Use the sha / tag you want to point at
19+
rev: "v1.18.2" # Use the sha / tag you want to point at
2020
hooks:
2121
- id: mypy
2222
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
2323
additional_dependencies: [ types-all ]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.4.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: trailing-whitespace
2929
- id: check-yaml
@@ -33,7 +33,7 @@ repos:
3333
- id: check-added-large-files
3434

3535
- repo: https://github.com/pycqa/flake8
36-
rev: "6.0.0" # pick a git hash / tag to point to
36+
rev: "7.3.0" # pick a git hash / tag to point to
3737
hooks:
3838
- id: flake8
3939
args: [ "--ignore=E501,W503,W504,E203,E251,E266,E401,E126,E124,C901" ]
@@ -42,13 +42,13 @@ repos:
4242
]
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.3.1
45+
rev: v3.20.0
4646
hooks:
4747
- id: pyupgrade
4848
args:
4949
- "--py37-plus"
5050
- repo: https://github.com/compilerla/conventional-pre-commit
51-
rev: v2.1.1
51+
rev: v4.2.0
5252
hooks:
5353
- id: conventional-pre-commit
5454
stages: [commit-msg]

0 commit comments

Comments
 (0)