Skip to content

Commit 47bbed8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - 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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 42ed279 commit 47bbed8

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
@@ -19,13 +19,13 @@ repos:
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/pycqa/isort
22-
rev: 6.0.1
22+
rev: 6.1.0
2323
hooks:
2424
- id: isort
2525

2626
# Autoformat: Python code
27-
- repo: https://github.com/psf/black
28-
rev: 25.1.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 25.9.0
2929
hooks:
3030
- id: black
3131

@@ -45,7 +45,7 @@ repos:
4545

4646
# Misc...
4747
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: v5.0.0
48+
rev: v6.0.0
4949
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
5050
hooks:
5151
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -63,7 +63,7 @@ repos:
6363

6464
# Lint: Python code
6565
- repo: https://github.com/PyCQA/flake8
66-
rev: "7.2.0"
66+
rev: "7.3.0"
6767
hooks:
6868
- id: flake8
6969

0 commit comments

Comments
 (0)