summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMax R <mxr@users.noreply.github.com>2019-07-16 08:32:24 -0400
committerGitHub <noreply@github.com>2019-07-16 08:32:24 -0400
commit2e756d698baa9d323a20a96754dbb48bac377836 (patch)
tree06221b8cad761cb30fa96a747a3544ba12722722 /.pre-commit-config.yaml
parent15e235c63e6bda92bdbf2274de554d6140035613 (diff)
downloadpytest-2e756d698baa9d323a20a96754dbb48bac377836.tar.gz
Remove language_version specification in black hooks
Resolves #3840
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fce7978c4..c9940674d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,13 +5,11 @@ repos:
hooks:
- id: black
args: [--safe, --quiet]
- language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: v1.0.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
- language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks: