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 7f31587 commit 9335a79Copy full SHA for 9335a79
.pre-commit-config.yaml
@@ -7,16 +7,16 @@ repos:
7
- id: trailing-whitespace
8
exclude: \.(ai|gz)$
9
- repo: https://github.com/timothycrosley/isort
10
- rev: 5.6.4
+ rev: 6.0.1
11
hooks:
12
- id: isort
13
- repo: https://github.com/psf/black
14
- rev: 22.3.0
+ rev: 25.1.0
15
16
- id: black
17
args: ['--target-version=py36']
18
- - repo: https://github.com/pre-commit/mirrors-autopep8
19
- rev: v1.5.4
+ - repo: https://github.com/hhatto/autopep8
+ rev: v2.3.2
20
21
- id: autopep8
22
# - repo: https://gitlab.com/pycqa/flake8
autoblack.sh
100644
100755
0 commit comments