Skip to content

Commit a9cabbf

Browse files
pre-commit-ci[bot]brutus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
1 parent 6d1c925 commit a9cabbf

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
@@ -6,7 +6,7 @@ default_language_version:
66
python: python3.9
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
# Generall Stuff
1212
- id: trailing-whitespace
@@ -29,7 +29,7 @@ repos:
2929
- id: prettier
3030
# Python: check syntax
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.1.0
32+
rev: 7.1.1
3333
hooks:
3434
- id: flake8
3535
args:
@@ -44,7 +44,7 @@ repos:
4444
- "--py37-plus"
4545
# Python: lint with black
4646
- repo: https://github.com/psf/black
47-
rev: 24.4.2
47+
rev: 24.10.0
4848
hooks:
4949
- id: black
5050
args:

0 commit comments

Comments
 (0)