Skip to content

Commit

Permalink
Use 3.11 for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 25, 2023
1 parent 0a90bf4 commit 342c3b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
autoupdate_schedule: monthly

default_language_version:
python: python3.10
python: python3.11

repos:
- repo: https://github.com/psf/black
Expand All @@ -22,7 +22,6 @@ repos:
rev: 5.11.4
hooks:
- id: isort
additional_dependencies: [toml]

- repo: https://github.com/asottile/yesqa
rev: v1.4.0
Expand Down

0 comments on commit 342c3b8

Please sign in to comment.