We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2a4fe commit 0310e25Copy full SHA for 0310e25
.pre-commit-config.yaml
@@ -1,13 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.3.0
+ rev: v4.0.1
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
+ - id: name-tests-test
9
+- repo: https://github.com/pycqa/flake8
10
+ rev: '4.0.1'
11
+ hooks:
12
- id: flake8
13
args: ['--config=.flake8']
14
- repo: https://github.com/psf/black
- rev: 21.6b0
15
+ rev: 21.10b0
16
17
- id: black
test/test_orders_api.py
@@ -10,7 +10,6 @@
Generated by: https://openapi-generator.tech
"""
-
from __future__ import absolute_import
import unittest
0 commit comments