Skip to content

Commit e682bc7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 24.3.0](psf/black@22.12.0...24.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent 2c8df81 commit e682bc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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: 24.3.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.0.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: v4.5.0
1818
hooks:
1919
- id: check-yaml
2020
- id: trailing-whitespace

0 commit comments

Comments
 (0)