Skip to content

Commit

Permalink
ci: fix pyflakes compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Aug 21, 2022
1 parent 8305d4f commit 1f5c577
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/pylama
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import runpy
runpy.run_path(str(Path(__file__).parent / "bootstrap_venvstarter.py"))

manager = __import__("venvstarter").manager("noy_pylama")
manager.add_pypi_deps("pylama-dmypy==0.3", "mypy==0.950", "pylama==8.3.8", "noseOfYeti==2.3.1")
manager.add_pypi_deps(
"pylama-dmypy==0.3", "mypy==0.950", "pylama==8.3.8", "noseOfYeti==2.3.1", "pyflakes==2.4.0"
)
manager.add_local_dep(
"{here}",
"..",
Expand Down

0 comments on commit 1f5c577

Please sign in to comment.