commit | 36170ee62592b0f53a64d4f6f37bd8023887bd15 | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Apr 04 06:34:58 2023 +0000 |
committer | mrbean-bremen <[email protected]> | Tue Apr 04 09:12:12 2023 +0200 |
tree | b3d548e6add5a52fba68f36c0081384f65ce44cd | |
parent | bc62485bba501b0d3515c8ba499f3f64a1feec30 [diff] |
[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)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index decdc04..92ea86f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ python: "3.10" repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black args: [ --safe, --quiet ]