File tree Expand file tree Collapse file tree
{{cookiecutter.package_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ repos:
1717 - id : requirements-txt-fixer
1818 - id : trailing-whitespace
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.2.0
20+ rev : v0.2.2
2121 hooks :
2222 - id : ruff
2323 args : [ --config=pyproject.toml ]
2424 - repo : https://github.com/psf/black
25- rev : 24.1.1
25+ rev : 24.2.0
2626 hooks :
2727 - id : black
2828 args : [--config=pyproject.toml]
Original file line number Diff line number Diff line change 88
99repos :
1010 - repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v4.4 .0
11+ rev : v4.5 .0
1212 hooks :
1313 - id : check-docstring-first
1414 - id : check-executables-have-shebangs
@@ -20,15 +20,15 @@ repos:
2020 - id : requirements-txt-fixer
2121 - id : trailing-whitespace
2222 - repo : https://github.com/charliermarsh/ruff-pre-commit
23- rev : v0.0.272
23+ rev : v0.2.2
2424 hooks :
2525 - id : ruff
2626 - repo : https://github.com/psf/black
27- rev : 23.3 .0
27+ rev : 24.2 .0
2828 hooks :
2929 - id : black
3030 - repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.3 .0
31+ rev : v1.8 .0
3232 hooks :
3333 - id : mypy
3434 additional_dependencies :
You can’t perform that action at this time.
0 commit comments