Skip to content

Commit

Permalink
Run tox run -m update
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed May 10, 2024
1 parent aa6596c commit 80c9484
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 130 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: "check-useless-excludes"

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: "check-added-large-files"
- id: "check-merge-conflict"
Expand All @@ -31,7 +31,7 @@ repos:
- "--py38-plus"

- repo: "https://github.com/psf/black-pre-commit-mirror"
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: "black"

Expand All @@ -45,22 +45,22 @@ repos:
hooks:
- id: "flake8"
additional_dependencies:
- "flake8-bugbear==24.2.6"
- "flake8-bugbear==24.4.26"

- repo: "https://github.com/editorconfig-checker/editorconfig-checker.python"
rev: "2.7.3"
hooks:
- id: "editorconfig-checker"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.28.1"
rev: "0.28.3"
hooks:
- id: "check-dependabot"
- id: "check-github-workflows"
- id: "check-readthedocs"

- repo: "https://github.com/rhysd/actionlint"
rev: "v1.6.27"
rev: "v1.7.0"
hooks:
- id: "actionlint"

Expand Down
31 changes: 15 additions & 16 deletions requirements/docs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions requirements/docs/poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[warnings]
export = false
4 changes: 2 additions & 2 deletions requirements/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alabaster==0.7.13 ; python_version >= "3.8"
babel==2.14.0 ; python_version >= "3.8"
babel==2.15.0 ; python_version >= "3.8"
certifi==2024.2.2 ; python_version >= "3.8"
charset-normalizer==3.3.2 ; python_version >= "3.8"
colorama==0.4.6 ; python_version >= "3.8" and sys_platform == "win32"
Expand All @@ -10,7 +10,7 @@ importlib-metadata==7.1.0 ; python_version < "3.10" and python_version >= "3.8"
jinja2==3.1.4 ; python_version >= "3.8"
markupsafe==2.1.5 ; python_version >= "3.8"
packaging==24.0 ; python_version >= "3.8"
pygments==2.17.2 ; python_version >= "3.8"
pygments==2.18.0 ; python_version >= "3.8"
pytz==2024.1 ; python_version < "3.9" and python_version >= "3.8"
requests==2.31.0 ; python_version >= "3.8"
snowballstemmer==2.2.0 ; python_version >= "3.8"
Expand Down
70 changes: 35 additions & 35 deletions requirements/mypy/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions requirements/mypy/poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[warnings]
export = false
6 changes: 3 additions & 3 deletions requirements/mypy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lxml-stubs==0.5.1 ; python_version >= "3.8"
mypy-extensions==1.0.0 ; python_version >= "3.8"
mypy==1.9.0 ; python_version >= "3.8"
mypy==1.10.0 ; python_version >= "3.8"
tomli==2.0.1 ; python_version < "3.11" and python_version >= "3.8"
types-requests==2.31.0.20240311 ; python_version >= "3.8"
types-requests==2.31.0.20240406 ; python_version >= "3.8"
types-toml==0.10.8.20240310 ; python_version >= "3.8"
typing-extensions==4.10.0 ; python_version >= "3.8"
typing-extensions==4.11.0 ; python_version >= "3.8"
urllib3==2.2.1 ; python_version >= "3.8"
Loading

0 comments on commit 80c9484

Please sign in to comment.