Skip to content

Commit

Permalink
two places for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Oct 28, 2024
1 parent 51bcb63 commit 80eda7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ disable=
too-many-lines, # yes, someday
too-many-return-statements, # we'll see
too-many-instance-attributes, # maybe later
too-many-positional-arguments, # try to get down to 6 first...
# no-self-use, # moved to optional extension.
invalid-name, # these are good music21 names; fix the regexp instead...
too-few-public-methods, # never remove or set to 1
Expand Down
2 changes: 2 additions & 0 deletions music21/test/testLint.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from __future__ import annotations

# this requires pylint to be installed and available from the command line
# Anything changed here also needs to be changed at .pylintrc

import argparse
import os

Expand Down

0 comments on commit 80eda7c

Please sign in to comment.