Skip to content

Commit 37b5b20

Browse files
authored
Merge pull request #120 from neuroinformatics-unit/pre-commit
Update .pre-commit-config.yaml in the resulting package
2 parents 64dc8ef + 2743b11 commit 37b5b20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-docstring-first
1414
- id: check-executables-have-shebangs
@@ -20,12 +20,12 @@ repos:
2020
- id: requirements-txt-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.3.0
23+
rev: v0.5.0
2424
hooks:
2525
- id: ruff
2626
- id: ruff-format
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.8.0
28+
rev: v1.10.1
2929
hooks:
3030
- id: mypy
3131
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
3838
additional_dependencies: [setuptools-scm]
3939
- repo: https://github.com/codespell-project/codespell
4040
# Configuration for codespell is in pyproject.toml
41-
rev: v2.2.6
41+
rev: v2.3.0
4242
hooks:
4343
- id: codespell
4444
additional_dependencies:

0 commit comments

Comments
 (0)