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

Commit

Permalink
Bump Black to version 23.11.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert authored Nov 14, 2023
1 parent d7151f8 commit 5869f04
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 5869f04

Please sign in to comment.