Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project cleanup #1116

Merged
merged 11 commits into from
Jan 29, 2024
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions .coveragerc

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
lint-packages: gvm tests
python-version: ${{ matrix.python-version }}
linter: ruff

test:
name: Run tests
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ htmlcov
.coverage
.venv
.rej
.DS_Store
.DS_Store

# ruff
.ruff_cache/
Loading
Loading