diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bc4fccf73..32305828b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -205,14 +205,6 @@ repos: )$ - - id: pylint - name: pylint - entry: pylint - language: system - types: [python] - require_serial: true - args: [--disable=all, --enable=cyclic-import] - - id: dm-generate-all name: Update all requirements files entry: python ./utils/dependency_management.py generate-all diff --git a/pyproject.toml b/pyproject.toml index 27ca727966..e2b7599ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -217,7 +217,6 @@ pre-commit = [ 'sqlalchemy[mypy]~=2.0', 'tomli', 'types-PyYAML', - 'pylint~=3.3' ] rest = [ 'flask-cors~=3.0',