Skip to content

Commit 999923b

Browse files
committed
Allow black and rst pre-commit hooks to run on any Python 3 version
Since py2 is dropped we don't really need to worry about this anymore.
1 parent f512895 commit 999923b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ repos:
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --target-version, py35]
7-
language_version: python3.7
87
- repo: https://github.com/pre-commit/pre-commit-hooks
98
rev: v4.0.1
109
hooks:
@@ -29,4 +28,3 @@ repos:
2928
files: ^(CHANGELOG.rst|HOWTORELEASE.rst|README.rst|changelog/.*)$
3029
language: python
3130
additional_dependencies: [pygments, restructuredtext_lint]
32-
language_version: python3.7

0 commit comments

Comments
 (0)