Skip to content

Commit

Permalink
Allow black and rst pre-commit hooks to run on any Python 3 version
Browse files Browse the repository at this point in the history
Since py2 is dropped we don't really need to worry about this anymore.
  • Loading branch information
bluetech committed Nov 1, 2021
1 parent f512895 commit 999923b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ repos:
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
Expand All @@ -29,4 +28,3 @@ repos:
files: ^(CHANGELOG.rst|HOWTORELEASE.rst|README.rst|changelog/.*)$
language: python
additional_dependencies: [pygments, restructuredtext_lint]
language_version: python3.7

0 comments on commit 999923b

Please sign in to comment.