Skip to content

Commit

Permalink
Update to more recent version of pre-commit-hooks (#46)
Browse files Browse the repository at this point in the history
* Modernize pre-commit hooks

* Test

* Test

* Test

* Test

* Test

* Test

* Test
  • Loading branch information
pcothenet authored Nov 11, 2021
1 parent fe2a4fe commit 0310e25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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

0 comments on commit 0310e25

Please sign in to comment.