Skip to content

Commit

Permalink
Remove enable warnings and add ignore-paths to .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ferbetanzo committed Oct 4, 2022
1 parent 3d48026 commit 296ea4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ enable=
line-too-long,
lost-exception,
missing-kwoa,
mixed-indentation,
mixed-line-endings,
not-callable,
no-value-for-parameter,
nonexistent-operator,
not-in-loop,
pointless-statement,
redefined-builtin,
relative-import,
return-arg-in-generator,
return-in-init,
return-outside-function,
Expand All @@ -57,4 +55,4 @@ enable=
ignore-long-lines=^(.*#\w*pylint: disable.*|.*# type: ignore.*|\s*(# )?<?https?://\S+>?)$

# Ignore python scripts that generate example notebooks
ignore-patterns=Quantinuum_.*.py
ignore-paths=^examples/python/.*.py$

0 comments on commit 296ea4c

Please sign in to comment.