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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.8
rev: v0.14.10
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.46.0
rev: v0.47.0
hooks:
- id: markdownlint
exclude: |
Expand All @@ -22,7 +22,7 @@ repos:
(README)\.md
)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.0
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
build==1.3.0
# via pip-tools
certifi==2025.11.12
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
click==8.3.1
# via pip-tools
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via
# fixity (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -40,17 +40,17 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# fixity (pyproject.toml)
# pytest-cov
pytest-cov==7.0.0
# via fixity (pyproject.toml)
requests==2.32.5
# via fixity (pyproject.toml)
ruff==0.14.8
ruff==0.14.10
# via fixity (pyproject.toml)
sqlalchemy==2.0.44
sqlalchemy==2.0.45
# via fixity (pyproject.toml)
tomli==2.3.0
# via
Expand All @@ -62,7 +62,7 @@ typing-extensions==4.15.0
# via
# exceptiongroup
# sqlalchemy
urllib3==2.6.0
urllib3==2.6.3
# via requests
wheel==0.45.1
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
#
certifi==2025.11.12
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
Expand All @@ -14,9 +14,9 @@ idna==3.11
# via requests
requests==2.32.5
# via fixity (pyproject.toml)
sqlalchemy==2.0.44
sqlalchemy==2.0.45
# via fixity (pyproject.toml)
typing-extensions==4.15.0
# via sqlalchemy
urllib3==2.6.0
urllib3==2.6.3
# via requests