Skip to content

Commit 0a680fc

Browse files
committed
fixing ruff dependency
1 parent c25a4f2 commit 0a680fc

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ Documentation = "https://github.com/HTSagara/readme_genie/blob/main/README.md"
3131
line-length = 79
3232
target-version = ["py311"]
3333

34-
[tool.ruff]
35-
exclude = [
36-
"venv/",
37-
"__pycache__/"
38-
]
39-
fix = true
40-
select = ["F", "E", "W", "B", "I", "S"]
41-
ignore = ["E501", "E203", "E231"]
42-
4334
[tool.coverage.run]
4435
source = ["."]
4536
branch = true

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"python-dotenv>=1.0.0,<2.0.0",
1919
"toml>=0.10.0,<0.11.0",
2020
"black>=24.1.0,<25.0.0",
21-
"ruff>=0.2.0,<0.3.0",
2221
"pre-commit>=3.5.0,<4.0.0",
2322
"coverage>=7.4.0,<8.0.0",
2423
],

0 commit comments

Comments
 (0)