summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-20 11:02:48 -0800
committerGitHub <noreply@github.com>2022-12-20 11:02:48 -0800
commit47052d41ca38ff91c3d547e851d95e85d822dc7b (patch)
tree38a4d6d82006622891ca27fc2fd24003fdee7515 /.pre-commit-config.yaml
parenta26b975d95ee5e883321abe0f2d3374bd1071e63 (diff)
downloadtox-git-47052d41ca38ff91c3d547e851d95e85d822dc7b.tar.gz
Fix change_dir is not always relative to tox_root (#2761)
Resolves https://github.com/tox-dev/tox/issues/2619
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 277015e9..0d694fdd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.12
- flake8-noqa==1.3
- - pep8-naming==0.13.2
+ - pep8-naming==0.13.3
- flake8-pyproject==1.2.2
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"