Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 11, 2024
1 parent c559c2c commit cad9afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
rev: "v2.3.0"
hooks:
- id: codespell
args: ["-L", "sur,nd"]
args: ["-L", "sur,nd,assertin"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.4.8
hooks:
- id: ruff
types_or: [python, jupyter]
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ ignore = [
"SIM105", # Use `contextlib.suppress(...)`
"T201", # `print` found
"RUF012", # Mutable class attributes should be annotated
"UP031", # Use format specifiers instead of percent format

]
unfixable = [
"T201", # Don't touch print statements
Expand Down

0 comments on commit cad9afb

Please sign in to comment.