Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Mar 5, 2024
1 parent a6b9586 commit 26e3732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formate.toml
Expand Up @@ -32,5 +32,5 @@ use_parentheses = true
remove_redundant_aliases = true
default_section = "THIRDPARTY"
known_third_party = [ "github", "importlib_resources", "requests", "wx_icons_adwaita", "wx_icons_hicolor", "wxpython",]
known_first_party = "wx_icons_humanity"
known_first_party = [ "wx_icons_humanity",]
line_length = 115
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -64,8 +64,7 @@ changedir = {toxinidir}
deps =
build[virtualenv]>=0.3.1
check-wheel-contents>=0.1.0
twine>=3.2.0; python_version < "3.13"
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
twine>=3.2.0
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
commands =
python -m build --sdist --wheel "{toxinidir}"
Expand Down

0 comments on commit 26e3732

Please sign in to comment.