Skip to content

Commit

Permalink
Enforce ruff linting on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
paulooctavio committed Oct 26, 2024
1 parent 84fdb91 commit d8eda23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ repos:
rev: 'v0.0.291'
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
- id: ruff-format
- repo: local
hooks:
- id: pytest
Expand Down

0 comments on commit d8eda23

Please sign in to comment.