We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9689317 commit 0c67fd9Copy full SHA for 0c67fd9
.pre-commit-config.yaml
@@ -3,17 +3,17 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: "v0.4.4"
+ rev: "v0.4.5"
7
hooks:
8
- id: ruff
9
args: ["--fix"]
10
- id: ruff-format
11
- repo: https://github.com/codespell-project/codespell
12
- rev: v2.2.6
+ rev: v2.3.0
13
14
- id: codespell
15
args:
16
- - --ignore-words-list=wronly,afile
+ - --ignore-words-list=wronly,afile,assertIn
17
- repo: https://github.com/asottile/blacken-docs
18
rev: 1.16.0
19
0 commit comments