Skip to content

Commit

Permalink
Fix bandit invocation, remove now-obsolete symlink, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Jan 9, 2022
1 parent 727c6d1 commit a314a5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion .bandit

This file was deleted.

10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ var/
# We only want Pipfile for easy development
Pipfile.lock

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
Expand All @@ -46,6 +40,7 @@ coverage.xml
nosetests.xml
.pytest_cache/
.tox/
tests/reports/

# Translations
*.mo
Expand All @@ -58,9 +53,6 @@ nosetests.xml
# Sphinx documentation
docs/_build/

# PyBuilder
target/

# added by GitSavvy
/.python-version
.ropeproject/
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands =
[testenv:bandit]
description = PyCQA security linter
deps = bandit
commands = bandit {posargs:-r behave_django setup.py}
commands = bandit {posargs:-r behave_django setup}

[testenv:black]
description = Ensure consistent code style
Expand Down

0 comments on commit a314a5b

Please sign in to comment.