summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-08-01 23:18:03 +0000
committerGitHub <noreply@github.com>2022-08-01 23:18:03 +0000
commitaa57417a36be6f90e0ad6e0a35881fe3673f7080 (patch)
tree5eedfb238bf6b9ce123dcb6c0f2670cfae29c723 /.pre-commit-config.yaml
parent0827feb55c9a2b456b757d94d3f943db7a880991 (diff)
downloadclick-aa57417a36be6f90e0ad6e0a35881fe3673f7080.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.3) - [github.com/asottile/reorder_python_imports: v3.3.0 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2)
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 a066062..347eb4b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,12 +3,12 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.34.0
+ rev: v2.37.3
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.3.0
+ rev: v3.8.2
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
@@ -18,7 +18,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
- rev: 4.0.1
+ rev: 5.0.2
hooks:
- id: flake8
additional_dependencies: