Skip to content

Commit 5563ad6

Browse files
[pre-commit.ci] pre-commit autoupdate (#56)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.6.2](astral-sh/ruff-pre-commit@v0.4.10...v0.6.2) * Update ruff.toml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 3a734ca commit 5563ad6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.4.10"
17+
rev: "v0.6.2"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ ignore = [
2828
"PLR09", # Design related pylint codes
2929
"PLR2004", # Magic values
3030
"ISC001", # Conflicts with formatter
31+
"PLC2401", # Non-ascii variable names are valid
3132
]
3233
flake8-unused-arguments.ignore-variadic-names = true

0 commit comments

Comments
 (0)