summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-02-07 04:42:42 +0000
committerGitHub <noreply@github.com>2023-02-07 04:42:42 +0000
commit1a433f53eb11c9954e4d394ffa6249bd19a36951 (patch)
tree1639eea58a203bae554127d8f58ff61730794d75
parent7714728d55cbb93e0ec3e0a21b595f8c4d54292f (diff)
downloadclick-1a433f53eb11c9954e4d394ffa6249bd19a36951.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.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 f8554a4..024daa2 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: 22.12.0
+ rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8