Skip to content

Commit 47c67bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0)
1 parent 255731b commit 47c67bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '5.13.2'
12+
rev: '6.0.1'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '24.10.0'
16+
rev: '25.1.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
@@ -46,7 +46,7 @@ repos:
4646
- id: pyupgrade
4747
args: ['--py36-plus']
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '7.1.1'
49+
rev: '7.2.0'
5050
hooks:
5151
- id: flake8
5252
exclude: "^docs/"

0 commit comments

Comments
 (0)