File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
exclude_types : [svg]
@@ -11,21 +11,21 @@ repos:
11
11
- id : check-yaml
12
12
- id : check-added-large-files
13
13
- repo : https://github.com/pycqa/isort
14
- rev : 5.11.2
14
+ rev : 5.11.4
15
15
hooks :
16
16
- id : isort
17
17
args : [--profile, black]
18
18
types : [python]
19
19
- repo : https://github.com/ambv/black
20
- rev : 22.10 .0
20
+ rev : 22.12 .0
21
21
hooks :
22
22
- id : black
23
23
- repo : https://github.com/pycqa/flake8
24
- rev : 3.9.2
24
+ rev : 6.0.0
25
25
hooks :
26
26
- id : flake8
27
27
- repo : https://github.com/nbQA-dev/nbQA
28
- rev : 1.5.3
28
+ rev : 1.6.1
29
29
hooks :
30
30
- id : nbqa-black
31
31
# additional_dependencies: [jupytext] # optional, only if you're using Jupytext
You can’t perform that action at this time.
0 commit comments