summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-09-08 08:18:18 -0700
committerGitHub <noreply@github.com>2021-09-08 08:18:18 -0700
commit98af2f4cb5401391c61c1569215816b7f833821d (patch)
tree6f5b576fbd6c2af4d01efd32b87fd625235ed3af
parent51c798654640ecf5901d30d1dab51a0fdd664327 (diff)
parentdd9af6d09244f9e7cab56fe325b80adca10aad93 (diff)
downloaditsdangerous-98af2f4cb5401391c61c1569215816b7f833821d.tar.gz
Merge pull request #261 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-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 cd2e220..71ffec4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.23.1
+ rev: v2.25.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src:tests"]
- repo: https://github.com/psf/black
- rev: 21.7b0
+ rev: 21.8b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8