summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-04 06:31:14 +0000
committerGitHub <noreply@github.com>2023-04-04 06:31:14 +0000
commit9a8d8e19c5945a436c16611f17009c947a9925f2 (patch)
treee5d47e3a59d3b07cacdb003835c24b5a35eac50f
parentfceeed14cfddade189ff653a49f5c4f77556de7f (diff)
downloadclick-9a8d8e19c5945a436c16611f17009c947a9925f2.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 024daa2..287f38e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
args: ["--application-directories", "src"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
- rev: 23.1.0
+ rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8