Skip to content

Commit 68c1eff

Browse files
committed
add ruff req and config
1 parent 1219643 commit 68c1eff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
build-backend = "setuptools.build_meta"
2+
[tool.ruff]
3+
line-length = 100
4+
5+
[tool.ruff.format]
6+
quote-style = "single"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dev =
5858
flake8-annotations
5959
isort
6060
mypy
61+
ruff
6162

6263
[options.package_data]
6364
pori_python.ipr = content.spec.json

0 commit comments

Comments
 (0)