Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paging details in listing responses #77

Merged
merged 8 commits into from
Jun 12, 2024
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,24 @@ repos:
rev: v1.4.0
hooks:
- id: check-byte-order-marker
language_version: python3
- id: check-case-conflict
language_version: python3
- id: check-docstring-first
language_version: python3
- id: check-json
language_version: python3
- id: check-yaml
language_version: python3
- id: end-of-file-fixer
exclude: ^.*\.(svg)$
language_version: python3
- id: forbid-new-submodules
language_version: python3
- id: name-tests-test
language_version: python3
- id: requirements-txt-fixer
language_version: python3
- id: pretty-format-json
args: [ --autofix, --indent=2]
language_version: python3
Loading
Loading