Skip to content

Commit

Permalink
added manufacturer item endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed Oct 26, 2024
1 parent 20e6892 commit 43bb52d
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 497 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: (build|dist)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -13,7 +13,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/ambv/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--line-length, '130', --target-version, py38]
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
args: [-f, requirements.txt, -o, requirements.txt, --without-hashes]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
Loading

0 comments on commit 43bb52d

Please sign in to comment.