Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 6, 2023
1 parent 15ed561 commit dfca14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ci:
autoupdate_schedule: monthly

default_language_version:
# Keep in-sync with .python-version
python: python3.11
# Keep in-sync with .python-version-default
python: python3.12

repos:
- repo: https://github.com/psf/black
Expand All @@ -13,7 +13,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit dfca14b

Please sign in to comment.