Skip to content

Commit dcc3517

Browse files
committed
chore(deps): Regular dependency updates
Signed-off-by: Helio Chissini de Castro <[email protected]>
1 parent 53b8ae4 commit dcc3517

File tree

4 files changed

+2054
-10
lines changed

4 files changed

+2054
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ipython_config.py
103103
# This is especially recommended for binary packages to ensure reproducibility, and is more
104104
# commonly ignored for libraries.
105105
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
106-
poetry.lock
106+
# poetry.lock
107107

108108
# pdm
109109
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ repos:
99
- id: check-added-large-files
1010

1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.10.0
12+
rev: v1.10.1
1313
hooks:
1414
- id: mypy
1515
additional_dependencies:
1616
- pydantic
1717
- types-PyYaml==6.0
1818
- types-toml
19+
- types-requests
1920
args: [--config, pyproject.toml]
2021

2122
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.4.9"
23+
rev: "v0.4.10"
2324
hooks:
2425
- id: ruff
2526
args: [ --fix ]

0 commit comments

Comments
 (0)