summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-04-05 00:59:13 +0100
committerGitHub <noreply@github.com>2021-04-05 00:59:13 +0100
commit18a95899444372822a4a6063a471e865f8c58edf (patch)
tree60c832841a5ab3ef64b673c5b337be9fc3181841 /.pre-commit-config.yaml
parent54e6310f5376c7bd7e2b4871c700fe00cabf1c32 (diff)
downloadtox-git-18a95899444372822a4a6063a471e865f8c58edf.tar.gz
Start plugin interface documentation and installer (#1991)
- Add documentation for the plugin interface - Introduce the installer abstraction - Rework how we handle tox deps section, requirement and constraint files - Support for escaping comments in tox.ini configs Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2efbfeb7..60d94ab7 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.10.0
+ rev: v2.11.0
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.7.0
+ rev: 5.8.0
hooks:
- id: isort
- repo: https://github.com/psf/black
@@ -30,7 +30,7 @@ repos:
args:
- --safe
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.16.0
+ rev: v1.17.0
hooks:
- id: setup-cfg-fmt
args: