Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Mar 26, 2024
1 parent fb64f29 commit a542057
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,21 @@ repos:
- id: brunette
args: [--line-length=88, --single-quotes, --target-version py311]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
hooks:
- id: ruff
args: [ --fix ] # run linter
- id: ruff-format # run formatter

# pycln - formatter for finding and removing unused import statements
#- repo: https://github.com/hadialqattan/pycln
# rev: v2.4.0
# hooks:
# - id: pycln
# args: [--config=pyproject.toml]

# isort - sort import statements
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit a542057

Please sign in to comment.