Skip to content

Commit

Permalink
Update config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 1, 2024
1 parent 205bc45 commit 36757bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = [ "setuptools!=61.*,>=40.6.0", "wheel>=0.34.2",]
requires = [ "setuptools!=61.*,<=67.1.0,>=40.6.0", "wheel>=0.34.2",]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -61,6 +61,7 @@ warn_unused_ignores = true
no_implicit_optional = true
plugins = [ "sqlmypy", "flasksqlamypy",]
show_error_codes = true
incremental = false

[tool.snippet-fmt]
directives = [ "code-block",]
Expand Down
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ mypy_version: "1.7.1"

tox_unmanaged:
- testenv
- testenv:py312
22 changes: 9 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# * testenv:.package
# * testenv:py313-dev
# * testenv:py312-dev
# * testenv:py312
# * testenv:docs
# * testenv:build
# * testenv:lint
Expand Down Expand Up @@ -35,11 +34,6 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:py312]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:build]
setenv =
PYTHONDEVMODE=1
Expand Down Expand Up @@ -143,6 +137,15 @@ ignore = W002
toplevel = repo_helper_bot
package = repo_helper_bot
[testenv:py312]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
GITHUBAPP_ID=1234
GITHUBAPP_SECRET=abc123
GITHUBAPP_KEY=ABCDEFG
RH_BOT_IMPORTCHECK=1
[testenv]
setenv =
PYTHONDEVMODE=1
Expand Down Expand Up @@ -171,10 +174,3 @@ exclude_lines =
if typing.TYPE_CHECKING:
if __name__ == .__main__.:
:[\n\s]*\.\.\.
[gh-actions]
python =
3.6: py36, build
3.7: py37, build
3.8: py38, build
3.9: py39, build

0 comments on commit 36757bd

Please sign in to comment.