summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-07-31 08:08:17 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2021-07-31 08:08:17 +0100
commitf925c5af7461254ace3b2f764cf56ae741e4c585 (patch)
treeb0622f4948b450cbc93bee74474427d3ffdbeab6 /.pre-commit-config.yaml
parent5c4db2fe9e94c7eb7e95168b5695ff1bab73e0f0 (diff)
downloadtox-git-f925c5af7461254ace3b2f764cf56ae741e4c585.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.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6512da2f..78029373 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.23.0
+ rev: v2.23.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -20,7 +20,7 @@ repos:
- id: pyupgrade
files: "^(src/tox/util/pep517/backend.py|tests/demo_pkg_inline/build.py)$"
- repo: https://github.com/PyCQA/isort
- rev: 5.9.2
+ rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/psf/black