We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff509c6 commit e25817fCopy full SHA for e25817f
.pre-commit-config.yaml
@@ -5,7 +5,6 @@ repos:
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
8
- language_version: python3.6
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
rev: v2.3.0
11
@@ -19,4 +18,3 @@ repos:
19
18
files: ^(CHANGELOG.rst|README.rst|HOWTORELEASE.rst|changelog/.*)$
20
language: python
21
additional_dependencies: [pygments, restructuredtext_lint]
22
- python_version: python3.6
0 commit comments