Skip to content

Commit

Permalink
Attempting to pin pylint to the version CI says it is installing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 9, 2025
1 parent 46bc53b commit d079d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions nimble_build_system/cad/rack_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class RackAssembly:
"""
Holds the logic to assemble and render a Nimble rack in a step-by-step fashion.
"""
#pylint: disable=no-value-for-parameter
#pylint: disable=too-many-function-args

def __init__(self, all_parts):
# Allows us to collect the assembly parts for this configuration
self.assembly_parts = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
extras_require={
'dev': [
'pylint',
'pylint==3.3.4',
'colorama',
'pytest'
]
Expand Down

0 comments on commit d079d13

Please sign in to comment.