Skip to content

Commit 0c67fd9

Browse files
[pre-commit.ci] pre-commit autoupdate (#1024)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) * Add assertIn (from TestCase) to allowed words (false positive from codespell) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mrbean-bremen <[email protected]>
1 parent 9689317 commit 0c67fd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.4.4"
6+
rev: "v0.4.5"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
1010
- id: ruff-format
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.2.6
12+
rev: v2.3.0
1313
hooks:
1414
- id: codespell
1515
args:
16-
- --ignore-words-list=wronly,afile
16+
- --ignore-words-list=wronly,afile,assertIn
1717
- repo: https://github.com/asottile/blacken-docs
1818
rev: 1.16.0
1919
hooks:

0 commit comments

Comments
 (0)