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 1de6c95 commit 446cfddCopy full SHA for 446cfdd
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
types: []
10
11
- repo: https://github.com/PyCQA/isort
12
- rev: 5.11.4
+ rev: 5.12.0
13
hooks:
14
- id: isort
15
@@ -26,7 +26,7 @@ repos:
26
- id: yesqa
27
28
- repo: https://github.com/Lucas-C/pre-commit-hooks
29
- rev: v1.3.1
+ rev: v1.4.2
30
31
- id: remove-tabs
32
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
@@ -39,7 +39,7 @@ repos:
39
[flake8-2020, flake8-errmsg, flake8-implicit-str-concat]
40
41
- repo: https://github.com/pre-commit/pygrep-hooks
42
- rev: v1.9.0
+ rev: v1.10.0
43
44
- id: python-check-blanket-noqa
45
- id: rst-backticks
@@ -57,7 +57,7 @@ repos:
57
- id: sphinx-lint
58
59
- repo: https://github.com/tox-dev/tox-ini-fmt
60
- rev: 0.5.2
+ rev: 0.6.1
61
62
- id: tox-ini-fmt
63
0 commit comments