Skip to content

Commit

Permalink
Merge pull request #77 from jackdos/issue21-listing-details
Browse files Browse the repository at this point in the history
Paging details in listing responses
  • Loading branch information
carlwilson authored Jun 12, 2024
2 parents 5c21a09 + 4a22640 commit d07c6f8
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 93 deletions.
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

0 comments on commit d07c6f8

Please sign in to comment.