We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b4c53 commit 095b136Copy full SHA for 095b136
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-added-large-files # prevents adding large files
6
- id: detect-private-key # detects private keys
@@ -9,11 +9,11 @@ repos:
9
- id: no-commit-to-branch # prevents committing to protected branches
10
- id: trailing-whitespace # prevents trailing whitespace
11
- repo: https://github.com/psf/black
12
- rev: 23.7.0
+ rev: 24.2.0
13
14
- id: black
15
language_version: python3.9
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 6.1.0
+ rev: 7.0.0
18
19
- id: flake8
0 commit comments