Skip to content

Commit 6e287a2

Browse files
authored
Merge pull request #35 from digitronik/flake8
RFR: new rev for flake8 pre-commit
2 parents 1475465 + 6dbee0f commit 6e287a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v1.9.0
3+
rev: v2.1.0
44
hooks:
55
- id: reorder-python-imports
66
language_version: python3
@@ -11,24 +11,24 @@ repos:
1111
args: [--safe, --quiet, --line-length, "100"]
1212
language_version: python3
1313
require_serial: true
14-
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v2.5.0
16-
hooks:
17-
- id: flake8
18-
verbose: true
1914
- repo: https://github.com/pre-commit/pre-commit-hooks
2015
rev: v2.5.0
2116
hooks:
2217
- id: trailing-whitespace
2318
language_version: python3
2419
- id: end-of-file-fixer
2520
language_version: python3
21+
- id: check-yaml
22+
language_version: python3
2623
- id: debug-statements
2724
language_version: python3
25+
- repo: https://gitlab.com/pycqa/flake8
26+
rev: 3.7.9
27+
hooks:
2828
- id: flake8
2929
language_version: python3
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.0.1
31+
rev: v2.1.0
3232
hooks:
3333
- id: pyupgrade
3434
language_version: python3

0 commit comments

Comments
 (0)