Skip to content

Commit 7a201de

Browse files
[pre-commit.ci] pre-commit autoupdate (#5990)
1 parent 95394d5 commit 7a201de

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
@@ -8,12 +8,12 @@ repos:
88
- id: check-yaml
99
# isort should run before black as black sometimes tweaks the isort output
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.9.3
11+
rev: 5.10.1
1212
hooks:
1313
- id: isort
1414
# https://github.com/python/black#version-control-integration
1515
- repo: https://github.com/psf/black
16-
rev: 21.9b0
16+
rev: 21.10b0
1717
hooks:
1818
- id: black
1919
- id: black-jupyter
@@ -22,8 +22,8 @@ repos:
2222
hooks:
2323
- id: blackdoc
2424
exclude: "generate_reductions.py"
25-
- repo: https://gitlab.com/pycqa/flake8
26-
rev: 3.9.2
25+
- repo: https://github.com/PyCQA/flake8
26+
rev: 4.0.1
2727
hooks:
2828
- id: flake8
2929
# - repo: https://github.com/Carreau/velin

0 commit comments

Comments
 (0)