diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2022-04-09 13:18:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 13:18:03 +0100 |
| commit | ec2c01e65712966912df763d1727b97ae4ae134a (patch) | |
| tree | 1a1bfa2325167c108e36b42f4a74a955b97c5c34 | |
| parent | 1aa302f30b43307556e851617b9ea2ba94d44535 (diff) | |
| download | virtualenv-ec2c01e65712966912df763d1727b97ae4ae134a.tar.gz | |
[pre-commit.ci] pre-commit autoupdate (#2329)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b447aa..eca8489 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black args: [--safe] @@ -39,7 +39,7 @@ repos: - id: tox-ini-fmt args: ["-p", "fix_lint"] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v1.20.1 hooks: - id: setup-cfg-fmt args: [--min-py3-version, "3.5", "--max-py-version", "3.10"] |
