Skip to content

Commit 095b136

Browse files
authoredFeb 19, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.7.0 → 24.2.0](psf/black@23.7.0...24.2.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 54b4c53 commit 095b136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-added-large-files # prevents adding large files
66
- id: detect-private-key # detects private keys
@@ -9,11 +9,11 @@ repos:
99
- id: no-commit-to-branch # prevents committing to protected branches
1010
- id: trailing-whitespace # prevents trailing whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 23.7.0
12+
rev: 24.2.0
1313
hooks:
1414
- id: black
1515
language_version: python3.9
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8

0 commit comments

Comments
 (0)
Please sign in to comment.