pyproject
This commit is contained in:
parent
3a2d8d9d4f
commit
1bba63ac14
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ dependencies = []
|
|||
description = "Read Write eXecute"
|
||||
dynamic = ["version"]
|
||||
keywords = []
|
||||
license-files = { paths = ["license.md"] }
|
||||
license-files = ["license.md"]
|
||||
name = "rwx"
|
||||
readme = "readme.md"
|
||||
requires-python = ">= 3.11"
|
||||
|
@ -41,5 +41,5 @@ style = "sphinx"
|
|||
line-length = 80
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["COM812", "D203", "D213", "ISC001"]
|
||||
ignore = ["D203", "D213"]
|
||||
select = ["ALL"]
|
||||
|
|
Loading…
Reference in a new issue