Skip to content

Commit 91669b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 6.1.0](PyCQA/isort@5.10.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.9.0](psf/black-pre-commit-mirror@22.10.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.18.2](pre-commit/mirrors-mypy@v0.991...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.2.2 → v3.20.0](asottile/pyupgrade@v3.2.2...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 91420b6 commit 91669b5

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 5.10.1
6+
rev: 6.1.0
77
hooks:
88
- id: isort
99
args: [
@@ -12,21 +12,21 @@ repos:
1212
"--skip=migrations"
1313
]
1414

15-
- repo: https://github.com/psf/black
16-
rev: 22.10.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
language_version: python3.8
2020

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

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: trailing-whitespace
3232
- id: check-yaml
@@ -36,7 +36,7 @@ repos:
3636
- id: check-added-large-files
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: "6.0.0" # pick a git hash / tag to point to
39+
rev: "7.3.0" # pick a git hash / tag to point to
4040
hooks:
4141
- id: flake8
4242
args: [ "--ignore=E501,W503,W504,E203,E251,E266,E401,E126,E124,C901" ]
@@ -45,13 +45,13 @@ repos:
4545
]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.2.2
48+
rev: v3.20.0
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- "--py37-plus"
5353
- repo: https://github.com/compilerla/conventional-pre-commit
54-
rev: v2.1.1
54+
rev: v4.2.0
5555
hooks:
5656
- id: conventional-pre-commit
5757
stages: [commit-msg]

0 commit comments

Comments
 (0)