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 e77c701 commit d9b5c8cCopy full SHA for d9b5c8c
.pre-commit-config.yaml
@@ -6,9 +6,9 @@ ci:
6
default_stages: [pre-commit, pre-push]
7
repos:
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.11.9
+ rev: v0.12.2
10
hooks:
11
- - id: ruff
+ - id: ruff-check
12
args: ["--fix", "--show-fixes"]
13
- id: ruff-format
14
- repo: https://github.com/codespell-project/codespell
pyproject.toml
@@ -324,6 +324,8 @@ ignore = [
324
"ANN401",
325
"PT011", # TODO: apply this rule
326
"PT012", # TODO: apply this rule
327
+ "PT030", # TODO: apply this rule
328
+ "PT031", # TODO: apply this rule
329
"RET505",
330
"RET506",
331
"RUF005",
0 commit comments