Skip to content

Commit

Permalink
pre-commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
PyRo1121 committed Dec 7, 2022
1 parent 2f89665 commit 9744b81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v3.9.0
hooks:
- id: reorder-python-imports
args: [--py37-plus, --add-import, 'from __future__ import annotations']
args: [--py37-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.3.0
hooks:
Expand All @@ -33,6 +33,10 @@ repos:
rev: v2.0.0
hooks:
- id: autopep8
args:
- --aggressive
- --verbose
- -d
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
Expand Down
2 changes: 0 additions & 2 deletions src/revChatGPT/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import json
import textwrap
from os.path import exists
Expand Down

0 comments on commit 9744b81

Please sign in to comment.