Skip to content

Commit eaed795

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: 22.12.0 → 25.9.0](psf/black-pre-commit-mirror@22.12.0...25.9.0) - [github.com/PyCQA/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.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)
1 parent 7d70168 commit eaed795

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: debug-statements
@@ -11,24 +11,24 @@ repos:
1111
- id: check-builtin-literals
1212
- id: check-executables-have-shebangs
1313
- id: check-json
14-
- repo: https://github.com/psf/black
15-
rev: 22.12.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.9.0
1616
hooks:
1717
- id: black
1818
files: ^ffsettings
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.12.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: isort
2323
files: ^ffsettings
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 7.3.0
2626
hooks:
2727
- id: flake8
2828
files: ^ffsettings
2929
additional_dependencies: [Flake8-pyproject]
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: 'v3.3.1'
31+
rev: 'v3.20.0'
3232
hooks:
3333
- id: pyupgrade
3434
args:

0 commit comments

Comments
 (0)