Skip to content

Commit

Permalink
added pylint skip file
Browse files Browse the repository at this point in the history
  • Loading branch information
dalerichardson committed Sep 25, 2023
1 parent 3390b49 commit 9b00efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ash-windows/tools/convert-lgpo-policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import sys
import yaml

# pylint: skip-file

REG_CODE_MAP = {"1": "SZ", "2": "EXSZ", "3": "BINARY", "4": "DWORD", "7": "MULTISZ"}
REG_MODES = ("DELETE", "DELETEALLVALUES", "CREATEKEY")
Expand Down

0 comments on commit 9b00efc

Please sign in to comment.