Skip to content

Commit 45dfc6d

Browse files
committed
update pre-commit hooks
1 parent d998024 commit 45dfc6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
exclude_types: [svg]
@@ -11,21 +11,21 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.11.2
14+
rev: 5.11.4
1515
hooks:
1616
- id: isort
1717
args: [--profile, black]
1818
types: [python]
1919
- repo: https://github.com/ambv/black
20-
rev: 22.10.0
20+
rev: 22.12.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 3.9.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/nbQA-dev/nbQA
28-
rev: 1.5.3
28+
rev: 1.6.1
2929
hooks:
3030
- id: nbqa-black
3131
# additional_dependencies: [jupytext] # optional, only if you're using Jupytext

0 commit comments

Comments
 (0)