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 1417de5 commit 9910788Copy full SHA for 9910788
.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: 'v4.5.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: 23.9.1
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: 6.1.0
25
26
- id: flake8
27
0 commit comments