summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 16:45:20 +0000
committerJürgen Gmach <juergen.gmach@googlemail.com>2022-01-03 19:23:00 +0100
commit519a821a784918b36988ed9a68e1a2cba1a36932 (patch)
treef8dc60a1d9fc8fe1aa06d67c7867557390c6d406
parent563dc9b3209349f51e5d5dd1ac2887a4cb1b10aa (diff)
downloadtox-git-519a821a784918b36988ed9a68e1a2cba1a36932.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.30.0 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.30.0...v2.31.0) - [github.com/tox-dev/tox-ini-fmt: 0.5.1 → 0.5.2](https://github.com/tox-dev/tox-ini-fmt/compare/0.5.1...0.5.2)
-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 28b8d595..197b5818 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.30.0
+ rev: v2.31.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
@@ -34,7 +34,7 @@ repos:
hooks:
- id: rst-backticks
- repo: https://github.com/tox-dev/tox-ini-fmt
- rev: "0.5.1"
+ rev: "0.5.2"
hooks:
- id: tox-ini-fmt
args: [ "-p", "fix_lint" ]