Skip to content

Commit c938e39

Browse files
authored
Merge pull request #93 from 3473f/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 85b92f9 + 87d8abc commit c938e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/codespell-project/codespell
14-
rev: v2.3.0
14+
rev: v2.4.0
1515
hooks:
1616
- id: codespell
1717
name: Fixing common spelling mistakes
1818
args:
1919
- --write-changes
2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.43.0
21+
rev: v0.44.0
2222
hooks:
2323
- id: markdownlint
2424
name: Fixing markdown linting errors
@@ -62,7 +62,7 @@ repos:
6262
- flake8-simplify
6363
- pep8-naming
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.9.2
65+
rev: v0.9.3
6666
hooks:
6767
- id: ruff
6868
name: Linting Python code (ruff)

0 commit comments

Comments
 (0)