Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump black from 23.9.1 to 23.11.0 in /reqs
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...23.11.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Sinclert committed Nov 14, 2023
1 parent b0dbdbd commit 7490f36
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 @@ -2,7 +2,7 @@ fail_fast: true

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
name: "Black format checker"
Expand Down
2 changes: 1 addition & 1 deletion reqs/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public packages
black==23.9.1
black==23.11.0
isort==5.11.3
mypy==1.6.1

0 comments on commit 7490f36

Please sign in to comment.