Skip to content

Commit 76478c6

Browse files
authored
Merge pull request #6920 from radarhere/precommit
pre-commit autoupdate
2 parents 1de6c95 + 446cfdd commit 76478c6

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,7 +9,7 @@ repos:
99
types: []
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.11.4
12+
rev: 5.12.0
1313
hooks:
1414
- id: isort
1515

@@ -26,7 +26,7 @@ repos:
2626
- id: yesqa
2727

2828
- repo: https://github.com/Lucas-C/pre-commit-hooks
29-
rev: v1.3.1
29+
rev: v1.4.2
3030
hooks:
3131
- id: remove-tabs
3232
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
@@ -39,7 +39,7 @@ repos:
3939
[flake8-2020, flake8-errmsg, flake8-implicit-str-concat]
4040

4141
- repo: https://github.com/pre-commit/pygrep-hooks
42-
rev: v1.9.0
42+
rev: v1.10.0
4343
hooks:
4444
- id: python-check-blanket-noqa
4545
- id: rst-backticks
@@ -57,7 +57,7 @@ repos:
5757
- id: sphinx-lint
5858

5959
- repo: https://github.com/tox-dev/tox-ini-fmt
60-
rev: 0.5.2
60+
rev: 0.6.1
6161
hooks:
6262
- id: tox-ini-fmt
6363

0 commit comments

Comments
 (0)