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>2021-05-10 20:27:16 +0000
committerGitHub <noreply@github.com>2021-05-10 20:27:16 +0000
commit782e0211cacd72fb66855ee95a01fc18bbfd953b (patch)
tree2b96efcfb0a03fd87bd8272ad9f544a48b426e14 /.pre-commit-config.yaml
parent6f4c9658472ea12561c86456f3c551dea7558735 (diff)
downloadmarkupsafe-782e0211cacd72fb66855ee95a01fc18bbfd953b.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](https://github.com/asottile/pyupgrade/compare/v2.14.0...v2.15.0) - [github.com/psf/black: 21.4b2 → 21.5b1](https://github.com/psf/black/compare/21.4b2...21.5b1) - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](https://github.com/PyCQA/flake8/compare/3.9.1...3.9.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 314dcdb..f12545a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.14.0
+ rev: v2.15.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -10,11 +10,11 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
- rev: 21.4b2
+ rev: 21.5b1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.1
+ rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]