Skip to content

Commit ea9ea8c

Browse files
authored
We use httpx, not requests
1 parent 190a52d commit ea9ea8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repos:
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
rev: v0.11.11
2020
hooks:
21-
- id: ruff # Linting
22-
- id: ruff-format # Auto-formatting
21+
- id: ruff-check
22+
- id: ruff-format
2323

2424
- repo: https://github.com/codespell-project/codespell
2525
rev: v2.4.1
@@ -55,8 +55,6 @@ repos:
5555
- --ignore-missing-imports
5656
- --install-types
5757
- --non-interactive
58-
additional_dependencies:
59-
- types-requests
6058

6159
- repo: https://github.com/pre-commit/mirrors-prettier
6260
rev: v4.0.0-alpha.8

0 commit comments

Comments
 (0)