Skip to content

Commit 9335a79

Browse files
author
Joao Felipe Rocha
committed
Trying to solve the github pre commit errors
1 parent 7f31587 commit 9335a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ repos:
77
- id: trailing-whitespace
88
exclude: \.(ai|gz)$
99
- repo: https://github.com/timothycrosley/isort
10-
rev: 5.6.4
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 22.3.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
args: ['--target-version=py36']
18-
- repo: https://github.com/pre-commit/mirrors-autopep8
19-
rev: v1.5.4
18+
- repo: https://github.com/hhatto/autopep8
19+
rev: v2.3.2
2020
hooks:
2121
- id: autopep8
2222
# - repo: https://gitlab.com/pycqa/flake8

autoblack.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)