Skip to content

Commit f11b449

Browse files
pre-commit: Remove the hard requirement for Python 3.9
1 parent 4bbb4d4 commit f11b449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_commit_msg: "style: pre-commit fixes"
44
default_stages: [commit, push]
55
default_language_version:
6-
python: python3.9
6+
python: python3
77
repos:
88
- repo: https://github.com/PyCQA/flake8
99
rev: 3.8.2

0 commit comments

Comments
 (0)