Skip to content

Commit

Permalink
STY: upgrade black to 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Feb 4, 2023
1 parent 845b537 commit dd0782c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -43,7 +43,7 @@ repos:
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.6.0]
additional_dependencies: [black==23.1.0]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ include-package-data = true
zip-safe = false

[tool.black]
line-length = 88
target-version = [
'py38',
'py39',
'py310',
]
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit dd0782c

Please sign in to comment.