tox.ini: add reuse back
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anna “CyberTailor” 2023-06-26 23:38:40 +05:00
parent 5cbae3265c
commit 02ce35cbce
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
3 changed files with 8 additions and 13 deletions

View File

@ -23,14 +23,3 @@ steps:
commands:
- pip install tox
- tox run
---
kind: pipeline
type: docker
name: reuse-lint
steps:
- name: test
image: fsfe/reuse:latest
commands:
- reuse lint

8
.gitignore vendored
View File

@ -1,9 +1,13 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2022 Anna <cyber@sysrq.in>
.tox
__pycache__
docs/_build
dist
*.pyo
docs/_build
docs/api
dist
*.sw[op]

View File

@ -28,7 +28,9 @@ skip_install = true
deps =
pycodestyle
pyflakes
reuse
commands =
reuse lint
pyflakes {posargs:gentle tests}
pycodestyle {posargs:gentle tests}