Skip to content

Commit

Permalink
disabled pylint invalid name errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmoyv27 committed Dec 13, 2024
2 parents 9f7ef3c + b5e7d8f commit 4a054c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main() -> int:

# Set constants
try:
# pylint: disable=invalid-name
# Local constants
QUEUE_MAX_SIZE = config["queue_max_size"]

Expand Down

0 comments on commit 4a054c0

Please sign in to comment.