Skip to content

Commit b3ea740

Browse files
authored
Merge pull request #171 from ESSS/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b6ca4d4 + ac310a1 commit b3ea740

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,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: debug-statements
1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.0.1
20+
rev: 6.1.0
2121
hooks:
2222
- id: isort
2323
name: isort
@@ -31,7 +31,7 @@ repos:
3131
language: python
3232
additional_dependencies: [pygments, restructuredtext_lint]
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.18.1
34+
rev: v1.18.2
3535
hooks:
3636
- id: mypy
3737
files: ^(src/)

0 commit comments

Comments
 (0)