Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#56)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
pre-commit-ci[bot] and henryiii authored Aug 29, 2024
1 parent 3a734ca commit 5563ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.10"
rev: "v0.6.2"
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ ignore = [
"PLR09", # Design related pylint codes
"PLR2004", # Magic values
"ISC001", # Conflicts with formatter
"PLC2401", # Non-ascii variable names are valid
]
flake8-unused-arguments.ignore-variadic-names = true

0 comments on commit 5563ad6

Please sign in to comment.