We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4493a96 commit 41542c4Copy full SHA for 41542c4
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
python: python3
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v2.5.0
+ rev: v4.2.0
8
hooks:
9
- id: check-executables-have-shebangs
10
- id: check-merge-conflict
@@ -14,11 +14,11 @@ repos:
14
- id: trailing-whitespace
15
exclude: (.*\.mbox)|(.*\.svg)
16
- repo: https://gitlab.com/pycqa/flake8
17
- rev: 3.7.9
+ rev: 3.9.2
18
19
- id: flake8
20
- repo: https://github.com/Lucas-C/pre-commit-hooks
21
- rev: v1.1.7
+ rev: v1.1.13
22
23
- id: remove-tabs
24
exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)
0 commit comments