Skip to content

Commit a893d8a

Browse files
Moved pylintrc into pyproject.toml (#1349)
* Moved pylintrc into pyproject.toml * Port missing pylint settings from .pylintrc to pyproject.toml Agent-Logs-Url: https://github.com/FlorianPfaff/PyRecEst/sessions/99175dbb-fcf3-4e38-9149-0d17a2092b3c Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
1 parent 5c073bf commit a893d8a

3 files changed

Lines changed: 32 additions & 632 deletions

File tree

.mega-linter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
---
21
APPLY_FIXES: all
32

43
PRE_COMMANDS:
54
- command: cat /etc/os-release
65
- command: pip install $GITHUB_WORKSPACE/alpine-wheels/*
76
venv: pylint
87

8+
PYTHON_PYLINT_CONFIG_FILE: LINTER_DEFAULT
9+
910
DISABLE_LINTERS:
1011
- SPELL_CSPELL
1112
- PYTHON_PYRIGHT
@@ -16,4 +17,4 @@ DISABLE_LINTERS:
1617
- SPELL_LYCHEE # Takes pretty long
1718
- REPOSITORY_GRYPE # Throws false positives
1819

19-
FILTER_REGEX_EXCLUDE: '(^\.github/workflows/|^pyrecest/_backend/)'
20+
FILTER_REGEX_EXCLUDE: '(^\.github/workflows/|^pyrecest/_backend/)'

0 commit comments

Comments
 (0)