Skip to content

Commit

Permalink
removing pylint and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Jan 11, 2024
1 parent fc62333 commit d146de9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 139 deletions.
2 changes: 0 additions & 2 deletions .flake8

This file was deleted.

9 changes: 0 additions & 9 deletions .pylintrc

This file was deleted.

130 changes: 6 additions & 124 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ importlib_metadata = {version = "*", python = "3.8.*"}
# convenience packages for development of screenpy only
black = {version = "*", optional = true}
coverage = {version = "*", optional = true}
flake8 = {version = "*", optional = true}
isort = {version = "*", optional = true}
mypy = {version = "*", optional = true}
pre-commit = {version = "*", optional = true}
pylint = {version = "*", optional = true}
pytest = {version = "*", optional = true}
ruff = {version = "*", optional = true}
sphinx = {version = "*", optional = true}
Expand All @@ -89,11 +87,9 @@ dev = [
dev_all = [
"black",
"coverage",
"flake8",
"isort",
"mypy",
"pre-commit",
"pylint",
"pytest",
"ruff",
"sphinx",
Expand Down

0 comments on commit d146de9

Please sign in to comment.