Skip to content

Commit 6ba9ace

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 24.1.1 → 25.1.0](psf/black@24.1.1...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2)
1 parent 7ddb572 commit 6ba9ace

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,20 +10,20 @@ repos:
1010
- id: check-case-conflict
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.1.1
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
language_version: python3
1717
args: ["--line-length", "120"]
1818

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

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

0 commit comments

Comments
 (0)