@@ -13,7 +13,7 @@ minimum_pre_commit_version: '1.15.0'
13
13
14
14
repos :
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v3.3 .0
16
+ rev : v4.4 .0
17
17
hooks :
18
18
- id : check-added-large-files
19
19
- id : check-ast
40
40
args : [--markdown-linebreak-ext=md] # Preserve Markdown hard linebreaks
41
41
#
42
42
# Docformatter https://pypi.org/project/docformatter/
43
- - repo : https://github.com/myint /docformatter
44
- rev : v1.3.1
43
+ - repo : https://github.com/PyCQA /docformatter
44
+ rev : v1.7.5
45
45
hooks :
46
46
- id : docformatter
47
47
args :
@@ -56,13 +56,13 @@ repos:
56
56
57
57
# Add trailing commas https://github.com/asottile/add-trailing-comma
58
58
- repo : https://github.com/asottile/add-trailing-comma
59
- rev : v2 .0.1
59
+ rev : v3 .0.1
60
60
hooks :
61
61
- id : add-trailing-comma
62
62
63
63
# iSort https://pycqa.github.io/isort/
64
- - repo : https://github.com/timothycrosley /isort
65
- rev : 5.6.4
64
+ - repo : https://github.com/PyCQA /isort
65
+ rev : 5.12.0
66
66
hooks :
67
67
- id : isort
68
68
args :
@@ -75,16 +75,16 @@ repos:
75
75
76
76
# Black https://black.readthedocs.io/en/stable/
77
77
- repo : https://github.com/psf/black
78
- rev : 20.8b1
78
+ rev : 23.7.0
79
79
hooks :
80
80
- id : black
81
81
args :
82
82
- --target-version=py38
83
83
- --line-length=79
84
84
85
85
# Flask8 https://flake8.pycqa.org/en/latest/index.html#
86
- - repo : https://gitlab .com/pycqa /flake8
87
- rev : 3.8.4
86
+ - repo : https://github .com/PyCQA /flake8
87
+ rev : 6.1.0
88
88
hooks :
89
89
- id : flake8
90
90
exclude : description.py
96
96
97
97
# Unimport https://unimport.hakancelik.dev/#/
98
98
- repo : https://github.com/hakancelik96/unimport
99
- rev : 0.6.8
99
+ rev : 1.0.0
100
100
hooks :
101
101
- id : unimport
102
102
args :
@@ -107,19 +107,19 @@ repos:
107
107
108
108
# Pyupgrade https://github.com/asottile/pyupgrade
109
109
- repo : https://github.com/asottile/pyupgrade
110
- rev : v2.7.4
110
+ rev : v3.10.1
111
111
hooks :
112
112
- id : pyupgrade
113
113
114
114
# Saftey https://pyup.io/safety/
115
115
- repo : https://github.com/Lucas-C/pre-commit-hooks-safety
116
- rev : v1.1.3
116
+ rev : v1.3.2
117
117
hooks :
118
118
- id : python-safety-dependencies-check
119
119
#
120
120
# Interrogate https://interrogate.readthedocs.io/en/latest/
121
121
- repo : https://github.com/econchick/interrogate
122
- rev : 7a0823fb29ddcd955eaf3aa91e7e93c8ca6bfbfd
122
+ rev : 1.5.0
123
123
hooks :
124
124
- id : interrogate
125
125
args :
0 commit comments