Skip to content

Commit

Permalink
Pre-Commit: Ruff on All (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Aug 30, 2024
1 parent a4bedfa commit 30e11f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ repos:
# Run the linter
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
types_or: [python, jupyter]
# Run the formatter
- id: ruff-format

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ add-ignore = ["D100", "D104"]
docstring-code-format = true

[tool.ruff.lint]
# https://docs.astral.sh/ruff/
select = ["D", "E", "F", "I"]
ignore = ["D100", "D104", "E402", "E501"]

Expand Down

0 comments on commit 30e11f4

Please sign in to comment.