Skip to content

Commit a6bfe90

Browse files
Automatically update and run pre-commit hooks
1 parent 71430e3 commit a6bfe90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ repos:
99

1010
# Automatically sort imports with isort
1111
- repo: https://github.com/timothycrosley/isort.git
12-
rev: 5.7.0
12+
rev: 5.8.0
1313
hooks:
1414
- id: isort
1515
additional_dependencies: [toml]
1616

1717
# Automatic source code formatting with Black
1818
- repo: https://github.com/psf/black
19-
rev: 20.8b1
19+
rev: 21.5b0
2020
hooks:
2121
- id: black
2222
args: [--safe, --quiet]
2323

2424
# Enforce style with Flake8
2525
- repo: https://gitlab.com/pycqa/flake8
26-
rev: 3.8.4
26+
rev: 3.9.2
2727
hooks:
2828
- id: flake8
2929
# Exclude docstring checks, ignore E203 (see https://github.com/PyCQA/pycodestyle/issues/373)

0 commit comments

Comments
 (0)