Skip to content

Commit

Permalink
Set pycln pre-commit hook language_version to 3.8 (Textualize#3640)
Browse files Browse the repository at this point in the history
* Fix pycln pre-commit hook

* Use Python 3.11 for pycln
  • Loading branch information
darrenburns authored Nov 6, 2023
1 parent 9497b15 commit d958f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ repos:
rev: v2.3.0
hooks:
- id: pycln
language_version: "3.11"
args: [--all]
exclude: ^tests/snapshot_tests

0 comments on commit d958f5b

Please sign in to comment.