Skip to content

Commit

Permalink
[bugfix] top-level linter 오류 해결 (#13)
Browse files Browse the repository at this point in the history
* top-level linter 오류 해결

* 빌드 시스템 제거

* [tool.ruff.lint]
  • Loading branch information
haremeat authored Feb 27, 2024
1 parent 8e23ae6 commit 88fec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]

[tool.ruff]
[tool.ruff.lint]
select = ['E', 'F', 'Q']
ignore = ['W191', 'E111', 'E114', 'E117', 'D206', 'D300', 'Q000', 'Q001', 'Q002', 'Q003', 'COM812', 'COM819', 'ISC001', 'ISC002']

Expand Down

0 comments on commit 88fec02

Please sign in to comment.