Skip to content

Commit 987445e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 51f98bd commit 987445e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
exclude: '^$'
22
fail_fast: false
33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: 25.1.0
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: 25.9.0
66
hooks:
77
- id: black
88
language_version: python3
99
exclude: (versioneer\.py|pycoast\/version\.py)
1010
args:
1111
- --target-version=py38
1212
- repo: https://github.com/pycqa/isort
13-
rev: 6.0.1
13+
rev: 6.1.0
1414
hooks:
1515
- id: isort
1616
language_version: python3
@@ -33,7 +33,7 @@ repos:
3333
- id: bandit
3434
args: [--ini, .bandit]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.17.1' # Use the sha / tag you want to point at
36+
rev: 'v1.18.2' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)