diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a96edc..6ecfbc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: args: ["--schemafile", "schema.json"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black @@ -40,7 +40,7 @@ repos: hooks: - id: blackdoc additional_dependencies: - - black==23.9.1 + - black==23.10.0 - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.0 @@ -49,7 +49,7 @@ repos: args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.6.0' + rev: 'v1.6.1' hooks: - id: mypy pass_filenames: false diff --git a/Makefile b/Makefile index b4d70d3..b5f2855 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ clean: rm -rf *.egg-info dist build docs/build build: clean - python -m build --sdist -n + python -m build --sdist --wheel -n updateschema: install phir-cli -s > schema.json diff --git a/requirements.txt b/requirements.txt index 7a42e48..8fe447b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ autodoc-pydantic==2.0.1 -black==23.9.1 +black==23.10.0 build==1.0.3 -mypy==1.6.0 +mypy==1.6.1 pre-commit==3.5.0 pydantic==2.4.2 pydata_sphinx_theme==0.14.1 pytest==7.4.2 rich==13.6.0 ruff==0.1.0 +setuptools-scm==8.0.4 sphinx==7.2.6 wheel==0.41.2