Skip to content

Commit 6f117a4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 25.1.0](psf/black@22.12.0...25.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0)
1 parent 2c8df81 commit 6f117a4

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,20 +1,20 @@
11
exclude: .+/migrations/.+\.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.12.0
4+
rev: 25.1.0
55
hooks:
66
- id: black
77
language_version: python3.11
88
args: [--line-length=120]
99

1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.0.0
11+
rev: 7.3.0
1212
hooks:
1313
- id: flake8
1414
args: [ --max-line-length=120 ]
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-yaml
2020
- id: trailing-whitespace

0 commit comments

Comments
 (0)