Skip to content

Commit

Permalink
pre-commit: remove py3.10 language default constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Aug 26, 2024
1 parent c563e3e commit ed664f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
default_language_version:
# Enforce use of py310 because pylint does not support py311 yet, causing
# failures for those happening to have that as default python.
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
Expand Down

0 comments on commit ed664f1

Please sign in to comment.