Skip to content

Commit

Permalink
Remove deprecated pylint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniperik committed Oct 5, 2023
1 parent db468e1 commit 75f0169
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions fiftyone_pipeline_cloudrequestengine/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,6 @@ enable=F,
bad-string-format-type,
bad-str-strip-call,
invalid-envvar-value,
print-statement,
parameter-unpacking,
unpacking-in-except,
old-raise-syntax,
backtick,
long-suffix,
old-ne-operator,
old-octal-literal,
import-star-module-level,
non-ascii-bytes-literal,
yield-inside-async-function,
not-async-context-manager,
fatal,
Expand Down
10 changes: 0 additions & 10 deletions fiftyone_pipeline_core/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,6 @@ enable=F,
bad-string-format-type,
bad-str-strip-call,
invalid-envvar-value,
print-statement,
parameter-unpacking,
unpacking-in-except,
old-raise-syntax,
backtick,
long-suffix,
old-ne-operator,
old-octal-literal,
import-star-module-level,
non-ascii-bytes-literal,
yield-inside-async-function,
not-async-context-manager,
fatal,
Expand Down
10 changes: 0 additions & 10 deletions fiftyone_pipeline_engines/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,6 @@ enable=F,
bad-string-format-type,
bad-str-strip-call,
invalid-envvar-value,
print-statement,
parameter-unpacking,
unpacking-in-except,
old-raise-syntax,
backtick,
long-suffix,
old-ne-operator,
old-octal-literal,
import-star-module-level,
non-ascii-bytes-literal,
yield-inside-async-function,
not-async-context-manager,
fatal,
Expand Down
10 changes: 0 additions & 10 deletions fiftyone_pipeline_engines_fiftyone/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,6 @@ enable=F,
bad-string-format-type,
bad-str-strip-call,
invalid-envvar-value,
print-statement,
parameter-unpacking,
unpacking-in-except,
old-raise-syntax,
backtick,
long-suffix,
old-ne-operator,
old-octal-literal,
import-star-module-level,
non-ascii-bytes-literal,
yield-inside-async-function,
not-async-context-manager,
fatal,
Expand Down

0 comments on commit 75f0169

Please sign in to comment.