Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed May 21, 2024
1 parent 1d303af commit 9317b79
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: end-of-file-fixer
- id: requirements-txt-fixer

# - repo: https://github.com/astral-sh/ruff-pre-commit
# rev: v0.4.4
# hooks:
# - id: ruff
# args: [ --fix ] # run linter
# - id: ruff-format # run formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.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
Expand All @@ -33,10 +33,10 @@ repos:
files: \.(py)$
args: [--settings-path=pyproject.toml] # ["--profile", "black" ]

# - repo: https://github.com/dosisod/refurb
# rev: v2.0.0
# hooks:
# - id: refurb
- repo: https://github.com/dosisod/refurb
rev: v2.0.0
hooks:
- id: refurb

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
Expand Down

0 comments on commit 9317b79

Please sign in to comment.