Skip to content

Commit 0310e25

Browse files
authored
Update to more recent version of pre-commit-hooks (#46)
* Modernize pre-commit hooks * Test * Test * Test * Test * Test * Test * Test
1 parent fe2a4fe commit 0310e25

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8+
- id: name-tests-test
9+
- repo: https://github.com/pycqa/flake8
10+
rev: '4.0.1'
11+
hooks:
812
- id: flake8
913
args: ['--config=.flake8']
1014
- repo: https://github.com/psf/black
11-
rev: 21.6b0
15+
rev: 21.10b0
1216
hooks:
1317
- id: black

test/test_orders_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import unittest

0 commit comments

Comments
 (0)