Files
py-healthchecks.io/bandit.yml
Andrew a752c42a28 feat: add python 3.11 support (#392)
* feat: add python 3.11 support

- adds testing for python 3.11
- moves from black and flake8 to ruff for linting
- Updates coverage output from tests

* fix: fix dev dependency group

* fix: add installing dev dependencies

* ci: add toml

* ci: simplify coverage

* ci: update coverage
2023-02-20 23:12:01 -06:00

4 lines
87 B
YAML

exclude_dirs: ["test", "examples"]
assert_used:
skips: ["*/test_*.py", "noxfile.py"]