Skip to content

Commit

Permalink
try to disable linter for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Jun 7, 2024
1 parent 6899d78 commit 4c92ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[MASTER]
ignore-paths=api/python/quilt3/admin/_graphql_client/

[MESSAGES CONTROL]
disable=attribute-defined-outside-init,
broad-except,
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[pycodestyle]
max-line-length = 119
exclude=api/python/quilt3/admin/_graphql_client/

[isort]
known_first_party = quilt*,t4_lambda_*
Expand Down

0 comments on commit 4c92ab9

Please sign in to comment.