Skip to content

Commit 39ad132

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.5b1
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)
@@ -32,7 +32,7 @@ repos:
3232

3333
# Syntax check with pre-commit out-of-the-box hooks
3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v3.4.0
35+
rev: v4.0.1
3636
hooks:
3737
- id: end-of-file-fixer
3838
- id: requirements-txt-fixer

0 commit comments

Comments
 (0)