summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-02-07 04:43:13 +0000
committerGitHub <noreply@github.com>2023-02-07 04:43:13 +0000
commitc37f158fccedba6501c72725bc13b9e1839f4970 (patch)
treecd782d482787b9c4422c1a2bd199869a36187972
parent9f430cc67270ac5ed6b8cf7970670d4eadc8c82c (diff)
downloaditsdangerous-c37f158fccedba6501c72725bc13b9e1839f4970.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 d41d19f..075f2ab 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
args: ["--application-directories", "src:tests"]
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