Skip to content

Commit

Permalink
Make pylintrc compatible with version in op-desafios.
Browse files Browse the repository at this point in the history
- Added unspecified-encoding and consider-using-with exclusions.
- The presubmit checks in op-desafios use the latest pylint version,
  which deprecated a number of options. This test uses a fixed version
  (from docker), so we can't use the same file in both repos anymore.
  This is a temporary condition until we update pylint here to match the
  version in op-desafios.
  • Loading branch information
marcopaganini committed Dec 2, 2023
1 parent 4ed5f98 commit f5e4916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/pylint3.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ disable=apply-builtin,
bad-python3-import,
basestring-builtin,
buffer-builtin,
consider-using-with,
cmp-builtin,
cmp-method,
coerce-builtin,
Expand Down Expand Up @@ -134,6 +135,7 @@ disable=apply-builtin,
unichr-builtin,
unicode-builtin,
unpacking-in-except,
unspecified-encoding,
useless-suppression,
using-cmp-argument,
xrange-builtin,
Expand Down

0 comments on commit f5e4916

Please sign in to comment.