Skip to content

Commit ebfa773

Browse files
[pre-commit.ci] pre-commit autoupdate (#6859)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3c98ec7 commit ebfa773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.37.2
22+
rev: v2.37.3
2323
hooks:
2424
- id: pyupgrade
2525
args:
@@ -31,13 +31,13 @@ repos:
3131
- id: black
3232
- id: black-jupyter
3333
- repo: https://github.com/keewis/blackdoc
34-
rev: v0.3.4
34+
rev: v0.3.5
3535
hooks:
3636
- id: blackdoc
3737
exclude: "generate_reductions.py"
3838
additional_dependencies: ["black==22.3.0"]
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 4.0.1
40+
rev: 5.0.2
4141
hooks:
4242
- id: flake8
4343
# - repo: https://github.com/Carreau/velin

0 commit comments

Comments
 (0)