Skip to content

Commit 47ae52d

Browse files
Updated Flake Configuration
1 parent dfdf8b5 commit 47ae52d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
per-file-ignores = __init__.py:F401

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Versions should comply with PEP440. For a discussion on single-sourcing
99
# the version across setup.py and the project code, see
1010
# https://packaging.python.org/en/latest/single_source_version.html
11-
version="0.1.3",
11+
version="0.1.4",
1212
packages=[
1313
"masonite_permission",
1414
"masonite_permission.config",

0 commit comments

Comments
 (0)