We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02fa3e commit ae36200Copy full SHA for ae36200
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: 'v4.4.0'
+ rev: 'v5.0.0'
6
hooks:
7
# Prevent giant files from being committed.
8
- id: check-added-large-files
@@ -14,14 +14,14 @@ repos:
14
- id: no-commit-to-branch
15
16
- repo: https://github.com/psf/black
17
- rev: 23.7.0
+ rev: 24.8.0
18
19
- id: black
20
types: [file, python]
21
args: [--config=./pyproject.toml]
22
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 6.0.0
+ rev: 7.1.1
25
26
- id: flake8
27
0 commit comments