Skip to content

Commit d960f46

Browse files
Bump black from 23.11.0 to 23.12.0 (#193)
* Bump black from 23.11.0 to 23.12.0 Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.11.0...23.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * add ruff cache to gitignore * run pre-commit on all files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Hörrle <[email protected]>
1 parent 8e59c2b commit d960f46

File tree

3 files changed

+28
-21
lines changed

3 files changed

+28
-21
lines changed

.github/workflows/update-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545

4646
# Upload this one in the future, currently problematic for HACS
4747
# https://github.com/frenck/spook/issues/286
48-
# ${{ github.workspace }}/custom_components/spook/spook.zip.sigstore
48+
# ${{ github.workspace }}/custom_components/spook/spook.zip.sigstore

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ venv.bak/
126126
.dmypy.json
127127
dmypy.json
128128

129+
# ruff
130+
.ruff_cache/
131+
129132
# Pyre type checker
130133
.pyre/
131134
/tests

poetry.lock

+24-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)