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 95394d5 commit 7a201deCopy full SHA for 7a201de
.pre-commit-config.yaml
@@ -8,12 +8,12 @@ repos:
8
- id: check-yaml
9
# isort should run before black as black sometimes tweaks the isort output
10
- repo: https://github.com/PyCQA/isort
11
- rev: 5.9.3
+ rev: 5.10.1
12
hooks:
13
- id: isort
14
# https://github.com/python/black#version-control-integration
15
- repo: https://github.com/psf/black
16
- rev: 21.9b0
+ rev: 21.10b0
17
18
- id: black
19
- id: black-jupyter
@@ -22,8 +22,8 @@ repos:
22
23
- id: blackdoc
24
exclude: "generate_reductions.py"
25
- - repo: https://gitlab.com/pycqa/flake8
26
- rev: 3.9.2
+ - repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
27
28
- id: flake8
29
# - repo: https://github.com/Carreau/velin
0 commit comments