Skip to content

Commit fd9fcc4

Browse files
Merge pull request #118 from neuroinformatics-unit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7385216 + 779f0e1 commit fd9fcc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.4.3
20+
rev: v0.4.7
2121
hooks:
2222
- id: ruff
2323
args: [ --config=pyproject.toml ]
2424
- id: ruff-format
2525
args: [ --config=pyproject.toml ]
2626
- repo: https://github.com/codespell-project/codespell
2727
# Configuration for codespell is in pyproject.toml
28-
rev: v2.2.6
28+
rev: v2.3.0
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:

0 commit comments

Comments
 (0)