Skip to content

Commit

Permalink
downgrade black for keep support python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshr committed Oct 31, 2024
1 parent f5bf43b commit 3531c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
args: [--remove]
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 24.8.0
hooks:
- id: black
language_version: python3.10
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ wtf = ["WTForms[email]>=3.0.0",
]
toolbar = ["Flask-DebugToolbar>=0.11.0"]
dev = [
"black==24.10.0",
"black==24.8.0",
"pre-commit",
"pytest",
"pytest-cov",
Expand Down Expand Up @@ -100,7 +100,7 @@ write_to = "flask_mongoengine/_version.py"

[tool.black]
line-length = 88
target-version = ['py38']
target-version = ['py310']
exclude = '''
/(
\.eggs
Expand Down

0 comments on commit 3531c5a

Please sign in to comment.