Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.10
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
alabaster==0.7.16
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
build==1.2.2.post1
# via pip-tools
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via pip-tools
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via
# metsrw (pyproject.toml)
# pytest-cov
Expand All @@ -30,15 +30,15 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via
# build
# sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.5
jinja2==3.1.6
# via sphinx
lxml==5.3.0
lxml==5.3.1
# via metsrw (pyproject.toml)
markupsafe==3.0.2
# via jinja2
Expand All @@ -57,15 +57,15 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# metsrw (pyproject.toml)
# pytest-cov
pytest-cov==6.0.0
# via metsrw (pyproject.toml)
requests==2.32.3
# via sphinx
ruff==0.9.1
ruff==0.9.10
# via metsrw (pyproject.toml)
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -105,7 +105,7 @@ zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0.1
# via pip-tools
setuptools==75.8.0
setuptools==76.0.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
#
lxml==5.3.0
lxml==5.3.1
# via metsrw (pyproject.toml)
Loading