commit | 42effec064c29829750ea857983201a761aed83c | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Jul 11 06:52:52 2023 +0000 |
committer | mrbean-bremen <[email protected]> | Tue Jul 11 09:15:36 2023 +0200 |
tree | d25a68070efc4eea0477265b9f148fe339ede56b | |
parent | a053b35a6c6603aac7f7e439bec7cb131694b0c6 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](https://github.com/asottile/blacken-docs/compare/1.14.0...1.15.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2912c41..0ff2307 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -2,12 +2,12 @@ python: "3.10" repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black args: [ --safe, --quiet ] - repo: https://github.com/asottile/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: [ black==22.12.0 ]