Skip to content

Commit f62b134

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/pycqa/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent e0aecb6 commit f62b134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
args: ["--line-length", "120"]
1818

1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.0.0
20+
rev: 6.0.1
2121
hooks:
2222
- id: isort
2323
name: isort (python)
2424

2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.2
26+
rev: 7.2.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [flake8-docstrings]

0 commit comments

Comments
 (0)