Skip to content

Commit

Permalink
[#30] Add black to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed May 3, 2023
1 parent cc7d8e4 commit fb64179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ isolated_build = true
[testenv]
deps =
check-manifest >= 0.4.5
black >= 23.3.0
flake8 >= 6.0.0
flake8-bandit >= 4.1.1
flake8-bugbear >= 23.3.23
Expand All @@ -14,5 +15,6 @@ deps =
commands =
check-manifest --ignore 'tox.ini,dev/**,docs/**,pgadmin4/**,src/tests,tests/**,.editorconfig,*.sh,.env,.yml,.bandit'
python setup.py check -m -s
black ./src ./dev --check
flake8
pytest tests -rP -vvv {posargs}

0 comments on commit fb64179

Please sign in to comment.