Skip to content

Commit c1af640

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] 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: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent e961ee8 commit c1af640

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,7 +1,7 @@
11
# pre-commit run --all-files
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -26,13 +26,13 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 24.4.2
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
3333
exclude: ^tests/test_cases/example_unicode.py
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 6.1.0
35+
rev: 7.0.0
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [

0 commit comments

Comments
 (0)