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 36ea72b commit 347ad70Copy full SHA for 347ad70
.pre-commit-config.yaml
@@ -10,12 +10,12 @@ repos:
10
- id: debug-statements
11
# code formatting
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 6.0.0
+ rev: 6.1.0
14
hooks:
15
- id: flake8
16
args: [ --max-line-length=120 ]
17
- repo: https://github.com/psf/black
18
- rev: 23.3.0
+ rev: 23.9.1
19
20
- id: black
21
args: [--safe, --line-length=120]
0 commit comments