summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-09-15 11:02:41 +0100
committerGitHub <noreply@github.com>2021-09-15 11:02:41 +0100
commit27733abf80ab52354d7a07e49e0618ffa8f37e7d (patch)
treebeff21d512fea4e506c7501836bd75b30ee140a2 /.pre-commit-config.yaml
parent9d1a46a624862347959c22bab7e0c35dcf37187a (diff)
downloadtox-git-27733abf80ab52354d7a07e49e0618ffa8f37e7d.tar.gz
Expose the configuration load mechanism to plugins (#2217)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8ce71718..137ee8b3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
- rev: v2.25.1
+ rev: v2.26.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -66,8 +66,11 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- - flake8-bugbear==21.4.3
+ - flake8-bugbear==21.9.1
- flake8-comprehensions==3.6.1
- flake8-pytest-style==1.5
- flake8-spellcheck==0.24
- flake8-unused-arguments==0.0.6
+ - flake8-noqa==1.1.0
+ - flake8-eradicate==1.1.0
+ - pep8-naming==0.12.1