Skip to content

Commit 43bb52d

Browse files
committed
added manufacturer item endpoint
1 parent 20e6892 commit 43bb52d

File tree

6 files changed

+643
-497
lines changed

6 files changed

+643
-497
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: (build|dist)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: check-added-large-files
@@ -13,7 +13,7 @@ repos:
1313
- id: check-added-large-files
1414

1515
- repo: https://github.com/ambv/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
args: [--line-length, '130', --target-version, py38]
@@ -57,7 +57,7 @@ repos:
5757
args: [-f, requirements.txt, -o, requirements.txt, --without-hashes]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.11.2
60+
rev: v1.13.0
6161
hooks:
6262
- id: mypy
6363
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)