Skip to content

Commit

Permalink
Update ruff configuration (#131)
Browse files Browse the repository at this point in the history
Update ruff configuration based on checks from
https://github.com/allenporter/repo-conformance
  • Loading branch information
allenporter authored Mar 19, 2023
1 parent 88235ff commit 598798d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.256'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
hooks:
Expand All @@ -36,7 +41,3 @@ repos:
types: [python]
require_serial: true
files: ^(flux_local/|tests/)
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.256'
hooks:
- id: ruff

0 comments on commit 598798d

Please sign in to comment.