Skip to content

Commit 313bc49

Browse files
[pre-commit.ci] pre-commit autoupdate (#103)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.0](tox-dev/pyproject-fmt@0.11.2...0.12.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 54fa853 commit 313bc49

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: black
2525

2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 0.11.2
27+
rev: 0.12.0
2828
hooks:
2929
- id: pyproject-fmt
3030

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ line-length = 120
99
target-versions = ["py37"]
1010
preview = true
1111

12+
[tool.ruff]
13+
line-length = 120
14+
target-version = "py38"
15+
16+
[tool.ruff.per-file-ignores]
17+
"pillow_heif/__init__.py" = ["F401"]
18+
1219
[tool.isort]
1320
profile = "black"
1421

@@ -58,13 +65,6 @@ messages_control.disable = [
5865
"line-too-long",
5966
]
6067

61-
[tool.ruff]
62-
line-length = 120
63-
target-version = "py38"
64-
65-
[tool.ruff.per-file-ignores]
66-
"pillow_heif/__init__.py" = ["F401"]
67-
6868
[tool.cibuildwheel]
6969
build-verbosity = "2"
7070
skip = ["cp36-*", "pp37-*", "cp37-musllinux*"]

0 commit comments

Comments
 (0)