File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
{{cookiecutter.package_name}} Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.5 .0
11
+ rev : v4.6 .0
12
12
hooks :
13
13
- id : check-docstring-first
14
14
- id : check-executables-have-shebangs
@@ -20,12 +20,12 @@ repos:
20
20
- id : requirements-txt-fixer
21
21
- id : trailing-whitespace
22
22
- repo : https://github.com/charliermarsh/ruff-pre-commit
23
- rev : v0.3 .0
23
+ rev : v0.5 .0
24
24
hooks :
25
25
- id : ruff
26
26
- id : ruff-format
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : v1.8.0
28
+ rev : v1.10.1
29
29
hooks :
30
30
- id : mypy
31
31
additional_dependencies :
38
38
additional_dependencies : [setuptools-scm]
39
39
- repo : https://github.com/codespell-project/codespell
40
40
# Configuration for codespell is in pyproject.toml
41
- rev : v2.2.6
41
+ rev : v2.3.0
42
42
hooks :
43
43
- id : codespell
44
44
additional_dependencies :
You can’t perform that action at this time.
0 commit comments