Skip to content

Commit

Permalink
fixup! Add RHEL9 container for linting and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmatuska committed Jul 8, 2024
1 parent b7207b9 commit 36a3234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ disable=
no-name-in-module,
raising-bad-type,
redundant-keyword-arg, # it's one or the other, this one is not so bad at all
possibly-used-before-assignment, # E0606
# "W" Warnings for stylistic problems or minor programming issues
no-absolute-import,
arguments-differ,
Expand All @@ -25,7 +24,6 @@ disable=
unused-argument,
unused-import,
unspecified-encoding,
contextmanager-generator-missing-cleanup, # W0135
# "C" Coding convention violations
bad-continuation,
missing-docstring,
Expand Down

0 comments on commit 36a3234

Please sign in to comment.