Skip to content

Commit

Permalink
Include setuptools-scm in reqs file, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Oct 18, 2023
1 parent 4224de9 commit 52ecfed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 52ecfed

Please sign in to comment.