summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-10-14 08:27:03 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2021-10-14 08:27:03 +0100
commitad97564a1eafef6cd72aab91aaafbe918e59f49e (patch)
treeab3bf32c8cf10522e04317fe623bf6e5742cccb4 /.pre-commit-config.yaml
parentab931924e531db468d64666b61b8e69522013f84 (diff)
downloadtox-git-ad97564a1eafef6cd72aab91aaafbe918e59f49e.tar.gz
Bump linters
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ce2dcce5..f8de4986 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
args:
- --safe
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.17.0
+ rev: v1.18.0
hooks:
- id: setup-cfg-fmt
args:
@@ -62,15 +62,14 @@ repos:
exclude: ^docs/changelog/(\d+\.(feature|bugfix|doc|removal|misc).rst|README.rst|template.jinja2)
files: ^docs/changelog/
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.2
+ rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- - flake8-bugbear==21.9.1
- - flake8-comprehensions==3.6.1
+ - flake8-bugbear==21.9.2
+ - flake8-comprehensions==3.7
- 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
+ - flake8-noqa==1.2
- pep8-naming==0.12.1