Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Dec 24, 2024
1 parent f039e7e commit fe2e321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
args: [--settings-path=pyproject.toml] # ["--profile", "black" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.4
hooks:
- id: ruff
args: [ --fix ] # run linter
Expand All @@ -33,7 +33,7 @@ repos:
#### OPTIONAL: for keeping syntax more current

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py310-plus] # keep 2 versions behind current
Expand Down

0 comments on commit fe2e321

Please sign in to comment.