Skip to content

Commit 2d4075a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.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 34f6a61 commit 2d4075a

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
@@ -9,21 +9,21 @@ repos:
99

1010
# Automatically sort imports with isort
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.0.0
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515
additional_dependencies: [toml]
1616

1717
# Automatic source code formatting with Black
1818
- repo: https://github.com/psf/black
19-
rev: 25.1.0
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222
args: [--safe, --quiet]
2323

2424
# Enforce style with Flake8
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.2
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
# Exclude docstring checks, ignore E203 (see https://github.com/PyCQA/pycodestyle/issues/373)
@@ -32,7 +32,7 @@ repos:
3232

3333
# Syntax check with pre-commit out-of-the-box hooks
3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v5.0.0
35+
rev: v6.0.0
3636
hooks:
3737
- id: end-of-file-fixer
3838
- id: requirements-txt-fixer

0 commit comments

Comments
 (0)