Skip to content

Commit

Permalink
Add OS-specific stdlib path modules
Browse files Browse the repository at this point in the history
Resolves arkq#18 and closes arkq#19
  • Loading branch information
dylan-kerr authored and arkq committed Apr 7, 2020
1 parent 168df13 commit ad5323f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8_requirements/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .modules import STDLIB_PY3

# NOTE: Changing this number will alter package version as well.
__version__ = "1.3.0"
__version__ = "1.3.1"
__license__ = "MIT"

LOG = getLogger('flake8.plugin.requirements')
Expand Down
5 changes: 5 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,12 @@
"new",
"nis",
"nntplib",
"ntpath",
"numbers",
"operator",
"optparse",
"os",
"os2emxpath",
"ossaudiodev",
"parser",
"pdb",
Expand All @@ -186,6 +188,7 @@
"poplib",
"posix",
"posixfile",
"posixpath",
"pprint",
"profile",
"pstats",
Expand Down Expand Up @@ -385,6 +388,7 @@
"netrc",
"nis",
"nntplib",
"ntpath",
"numbers",
"operator",
"optparse",
Expand All @@ -401,6 +405,7 @@
"plistlib",
"poplib",
"posix",
"posixpath",
"pprint",
"profile",
"pty",
Expand Down

0 comments on commit ad5323f

Please sign in to comment.