Skip to content

Commit d17beb3

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/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 27a1f8e commit d17beb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repos:
1010
- id: pyupgrade
1111
args: ["--py37-plus", "--keep-runtime-typing"]
1212

13-
- repo: https://github.com/psf/black
14-
rev: "25.1.0"
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: "25.9.0"
1515
hooks:
1616
- id: black
1717

@@ -27,7 +27,7 @@ repos:
2727
- --remove-unused-variables
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: "7.2.0"
30+
rev: "7.3.0"
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -61,13 +61,13 @@ repos:
6161
pass_filenames: false
6262

6363
- repo: https://github.com/PyCQA/isort
64-
rev: "6.0.1"
64+
rev: "6.1.0"
6565
hooks:
6666
- id: isort
6767
args: ["--filter-files"]
6868

6969
- repo: https://github.com/pre-commit/pre-commit-hooks
70-
rev: "v5.0.0"
70+
rev: "v6.0.0"
7171
hooks:
7272
- id: check-ast
7373
- id: check-builtin-literals

0 commit comments

Comments
 (0)