Skip to content

Commit

Permalink
ruff clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 17, 2024
1 parent 3299857 commit a87e145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell_and_ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# find typos in the codebase using codespell, and
# lint Python code using ruff and provide intuitive GitHub Annotations to contributors.
# https://github.com/codespell-project/codespell#readme
# https://beta.ruff.rs
# https://docs.astral.sh/ruff
name: codespell_and_ruff
on:
push:
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ ci:
submodules: true

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
hooks:
- id: ruff # See pyproject.toml for args
args: [clean]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
hooks:
Expand Down

0 comments on commit a87e145

Please sign in to comment.