Skip to content

Commit eb27ba9

Browse files
authored
Merge pull request #1331 from Textualize/ci-issues
Restricting black dependency upper bound due to wheel installation issues on MacOS
2 parents d3bf1c9 + b6eaddd commit eb27ba9

File tree

3 files changed

+268
-250
lines changed

3 files changed

+268
-250
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
args: ['--unsafe']
1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 22.10.0
1313
hooks:
1414
- id: black
1515
exclude: ^tests/

0 commit comments

Comments
 (0)