Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0e3ced6

Browse files
committed
build(poetry): keep black version in sync
1 parent 280e1d5 commit 0e3ced6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
rev: 1.13.0
3434
hooks:
3535
- id: blacken-docs
36-
additional_dependencies: [ black==22.10 ]
36+
additional_dependencies: [ black~=23.11 ]
3737

3838
- repo: https://github.com/codespell-project/codespell
3939
rev: v2.2.4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ pytest-regressions = "^2.4.0"
5959
pytest-freezer = "^0.4.6"
6060
pytest-xdist = "^3.1.0"
6161
# code formatter
62-
black = ">=22.10"
62+
black = "~=23.11"
6363
# linter
64-
ruff = ">=0.1.6"
64+
ruff = "~=0.1.6"
6565
pre-commit = ">=2.18,<4.0"
6666
mypy = "^1.4"
6767
types-PyYAML = ">=5.4.3,<7.0.0"

0 commit comments

Comments
 (0)