77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.4 .0
10+ rev : v5.0 .0
1111 hooks :
1212 - id : trailing-whitespace
1313 - id : end-of-file-fixer
4040 args : [--notice=COPYRIGHT]
4141 files : python
4242 - repo : https://github.com/PyCQA/autoflake
43- rev : v2.2.0
43+ rev : v2.3.1
4444 hooks :
4545 - id : autoflake
4646 args :
@@ -54,31 +54,31 @@ repos:
5454 language : python
5555 types : [python]
5656 - repo : https://github.com/asottile/pyupgrade
57- rev : v3.9 .0
57+ rev : v3.20 .0
5858 hooks :
5959 - id : pyupgrade
6060 args : [--py38-plus]
6161 # exclude: *fixtures
6262 language : python
6363 types : [python]
6464 - repo : https://github.com/PyCQA/isort
65- rev : 5.12.0
65+ rev : 6.0.1
6666 hooks :
6767 - id : isort
6868 name : isort (black profile, in place fixes)
6969 args : ["--profile", "black", "--filter-files"]
7070 language : python
7171 types : [python]
7272 - repo : https://github.com/PyCQA/docformatter
73- rev : v1.7.5
73+ rev : v1.7.7
7474 hooks :
7575 - id : docformatter
7676 description : " Formats docstrings to follow PEP 257."
7777 language : python
7878 types : [python]
7979 args : ["--in-place"]
8080 - repo : https://github.com/DanielNoord/pydocstringformatter
81- rev : v0.7.3
81+ rev : v0.7.5
8282 hooks :
8383 - id : pydocstringformatter
8484 language : python
@@ -97,13 +97,13 @@ repos:
9797 language : python
9898 types : [python]
9999 - repo : https://github.com/PyCQA/flake8
100- rev : 6.0 .0
100+ rev : 7.3 .0
101101 hooks :
102102 - id : flake8
103103 language : python
104104 types : [python]
105105 - repo : https://github.com/psf/black
106- rev : 23.7 .0
106+ rev : 25.1 .0
107107 hooks :
108108 - id : black
109109 name : black (in place fixes)
@@ -116,7 +116,7 @@ repos:
116116 language : python
117117 types : [python]
118118 - repo : https://github.com/PyCQA/bandit
119- rev : 1.7.5
119+ rev : 1.8.6
120120 hooks :
121121 - id : bandit
122122 name : bandit (btclib)
@@ -125,7 +125,7 @@ repos:
125125 language : python
126126 types : [python]
127127 - repo : https://github.com/PyCQA/bandit
128- rev : 1.7.5
128+ rev : 1.8.6
129129 hooks :
130130 - id : bandit
131131 name : bandit (tests)
@@ -138,7 +138,7 @@ repos:
138138 language : python
139139 types : [python]
140140 - repo : https://github.com/PyCQA/pylint
141- rev : v3.0.0a6
141+ rev : v3.3.7
142142 hooks :
143143 - id : pylint
144144 args : [
@@ -147,20 +147,20 @@ repos:
147147 language : python
148148 types : [python]
149149 - repo : https://github.com/pre-commit/mirrors-mypy
150- rev : v1.4 .1
150+ rev : v1.16 .1
151151 hooks :
152152 - id : mypy
153153 language : python
154154 types : [python]
155155 - repo : https://github.com/mgedmin/check-manifest
156- rev : " 0.49 "
156+ rev : " 0.50 "
157157 hooks :
158158 - id : check-manifest
159159 description : Check the completeness of MANIFEST.in for Python packages.
160160 language : python
161161 pass_filenames : false
162162 always_run : true
163163 - repo : https://github.com/regebro/pyroma
164- rev : " 4.2 "
164+ rev : " 4.3.3 "
165165 hooks :
166166 - id : pyroma
0 commit comments