Skip to content

Commit 2fb2546

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.12.0](psf/black-pre-commit-mirror@23.7.0...25.12.0) - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pycqa/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.19.0](pre-commit/mirrors-mypy@v1.4.1...v1.19.0)
1 parent 2f1f178 commit 2fb2546

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,27 +10,27 @@ repos:
1010
- id: debug-statements
1111
- id: check-executables-have-shebangs
1212

13-
- repo: https://github.com/psf/black
14-
rev: 23.7.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.12.0
1515
hooks:
1616
- id: black
1717
language_version: python3
1818
args: [--line-length=180]
1919

2020
- repo: https://github.com/pycqa/flake8
21-
rev: 6.0.0
21+
rev: 7.3.0
2222
hooks:
2323
- id: flake8
2424
args: ['--max-line-length=180', '--ignore=E203,W503,E231,E226,E241,E722,F401,F403,F405,F541,F811,E402']
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.12.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030
args: [--profile=black]
3131

3232
- repo: https://github.com/Yelp/detect-secrets
33-
rev: v1.4.0
33+
rev: v1.5.0
3434
hooks:
3535
- id: detect-secrets
3636
args: ['--baseline', '.secrets.baseline']
@@ -44,7 +44,7 @@ repos:
4444
)$
4545
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.4.1
47+
rev: v1.19.0
4848
hooks:
4949
- id: mypy
5050
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)