Skip to content

Commit

Permalink
Bump black from 23.11.0 to 23.12.0 (#69)
Browse files Browse the repository at this point in the history
* 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]>

* Update .pre-commit-config.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alasdair Gray <[email protected]>
  • Loading branch information
dependabot[bot] and A-CGray authored Dec 18, 2023
1 parent a9a3643 commit 0a6cf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"mkdocstrings[python]",
"pytkdocs[numpy-style]",
],
"dev": ["parameterized", "testflo", "black==23.11.0", "flake8==6.1.0", "pre-commit"],
"dev": ["parameterized", "testflo", "black==23.12.0", "flake8==6.1.0", "pre-commit"],
},
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit 0a6cf83

Please sign in to comment.