Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: name-tests-test
- repo: https://github.com/pycqa/flake8
rev: '4.0.1'
hooks:
- id: flake8
args: ['--config=.flake8']
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.10b0
hooks:
- id: black
1 change: 0 additions & 1 deletion test/test_orders_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Generated by: https://openapi-generator.tech
"""


from __future__ import absolute_import

import unittest
Expand Down