Skip to content

Commit

Permalink
Minor config refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Sep 2, 2024
1 parent b167140 commit 38f60b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[MAIN]
ignored-modules=plover.engine,plover.formatting,plover.registry,onepassword.client
ignored-modules =
onepassword.client
plover.engine
plover.formatting
plover.registry
2 changes: 1 addition & 1 deletion plover_1password/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version attribute
"""
__version__ = "0.3.8"
__version__ = "0.3.9"
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[pytest]
asyncio_mode=auto
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plover.extension =
plover_1password = plover_1password.extension:OnePassword

[options.extras_require]
test=
test =
coverage
mypy
pylint
Expand Down

0 comments on commit 38f60b1

Please sign in to comment.