Skip to content

Commit aff42da

Browse files
committed
Use latest version of black
1 parent 9aa5b77 commit aff42da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
args: ['--isort']
6666
additional_dependencies:
6767
- isort==5.12.0
68-
- black==23.3.0
68+
- black==23.7.0
6969
exclude: |
7070
(?x)^(
7171
readthedocs/rtd_tests/files/conf.py|
@@ -75,7 +75,7 @@ repos:
7575
rev: 1.13.0
7676
hooks:
7777
- id: blacken-docs
78-
additional_dependencies: [black==22.10.0]
78+
additional_dependencies: [black==23.7.0]
7979

8080
- repo: https://github.com/PyCQA/prospector
8181
rev: 1.10.2

0 commit comments

Comments
 (0)