Skip to content

Commit

Permalink
Remove pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Feb 17, 2024
1 parent bf8eded commit fc080be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ jobs:
- name: Run mypy
run: |
mypy --install-types --non-interactive
- name: Run pylint
run: |
pylint artistools
29 changes: 0 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,35 +59,6 @@ warn_unreachable = false
warn_unused_configs = true
warn_unused_ignores = true


[tool.pylint.'MESSAGES CONTROL']
max-line-length = 120
disable = """
broad-exception-caught,
fixme,
missing-function-docstring,
missing-module-docstring,
import-outside-toplevel,
invalid-name,
line-too-long,
protected-access,
redefined-outer-name,
too-many-arguments,
too-many-branches,
too-many-function-args,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-statements,
unbalanced-tuple-unpacking,
unused-argument,
unused-variable,
unspecified-encoding,
unsupported-assignment-operation,
C,
R,
"""

[tool.pyright]
exclude=['**/node_modules','**/__pycache__','**/.*', 'build', 'dist']
useLibraryCodeForTypes = false
Expand Down

0 comments on commit fc080be

Please sign in to comment.