Skip to content

Commit 8007bb4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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]
@@ -23,7 +23,7 @@ repos:
2323

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

0 commit comments

Comments
 (0)