Skip to content

Commit d57a92c

Browse files
pre-commit-ci[bot]claudep
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent e79415d commit d57a92c

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
@@ -3,7 +3,7 @@
33
exclude: '^tinymce/(static/tinymce|media/tiny_mce|static/.*min.js$)'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-toml
99
- id: check-added-large-files
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/psf/black
18-
rev: 24.1.1
18+
rev: 24.4.2
1919
hooks:
2020
- id: black
2121
args: [--exclude=static]
@@ -32,7 +32,7 @@ repos:
3232
- toml
3333

3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.0
3636
hooks:
3737
- id: flake8
3838
args: [--max-line-length=110]

0 commit comments

Comments
 (0)