Skip to content

Commit cb692b3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent e0aecb6 commit cb692b3

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -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.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [flake8-docstrings]

0 commit comments

Comments
 (0)