Skip to content

Commit

Permalink
chore: add flake8 and pylint to devel requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <[email protected]>
  • Loading branch information
sergiusens committed Aug 13, 2024
1 parent 2ab389a commit be6da04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def recursive_data_files(directory, install_directory):
"coverage[toml]",
"pyflakes",
"fixtures",
# For Tiobe TiCS
"flake8",
"mccabe",
"mypy",
"testscenarios",
Expand All @@ -73,6 +75,8 @@ def recursive_data_files(directory, install_directory):
"pydocstyle",
"pyftpdlib",
"pyinstaller; sys_platform == 'win32'",
# For Tiobe TiCS
"pylint",
"pyramid",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit be6da04

Please sign in to comment.