Skip to content

Commit 865984a

Browse files
committed
chore(ci): test pipeline setup
1 parent 30ff0ad commit 865984a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ line-length = 88
6464
target-version = ['py310']
6565

6666
[tool.ruff]
67-
select = [
67+
lint.select = [
6868
"E", # pycodestyle errors
6969
"W", # pycodestyle warnings
7070
"F", # pyflakes
7171
"I", # isort
7272
"B", # flake8-bugbear
7373
"C4", # flake8-comprehensions
7474
]
75-
ignore = ["E501"] # line length handled by black
75+
lint.ignore = ["E501"] # line length handled by black
7676
line-length = 88
7777

7878
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)