Skip to content

Commit

Permalink
fix(lint): remove deprecated pylint option
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 5, 2023
1 parent afb4214 commit d9edb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[MASTER]
load-plugins=pylint_quotes
max-line-length=120
disable=bad-continuation,broad-except
disable=broad-except
ignore-patterns=test_.*?py
generated-members=arcpy.da.SearchCursor,arcpy.da.UpdateCursor,arcpy.da.Describe,arcpy.env.scratchFolder,arcpy.env.scratchGDB

0 comments on commit d9edb12

Please sign in to comment.