Remove ruff-increased-checking.toml as all checker are now on!

This commit is contained in:
Julian Stirling 2025-09-18 15:59:14 +01:00
parent 6b1e40f689
commit 3227c0cddf
4 changed files with 1 additions and 58 deletions

View file

@ -88,18 +88,6 @@ ruff-checks:
- ruff format --check
# Only run on changed python files
# Increased checking of the code with ruff this is allowed to fail
# while we improve the code quality. Rules from this are
# slowly moved into the main check
# Only runs when a .py file is edited
ruff-lint-increased:
stage: analysis
extends: .python
allow_failure: true
script:
- ruff --config ruff-increased-checking.toml check
# Python type checking with Mypy
# Only runs when a .py file is edited
mypy: