Skip to content

Commit 470cbaf

Browse files
committed
Fixed pre-commit
1 parent f4f9dbd commit 470cbaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repos:
2222
hooks:
2323
- id: black
2424
args: [--target-version, py310, --line-length=88]
25-
language_version: python3.10
2625

2726
- repo: https://github.com/pycqa/flake8
2827
rev: 7.1.2

fastopenapi/error_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
BadRequestError,
1717
CircularDependencyError,
1818
DependencyError,
19+
ErrorType,
1920
InternalServerError,
2021
ResourceConflictError,
2122
ResourceNotFoundError,
2223
SecurityError,
2324
ServiceUnavailableError,
2425
ValidationError,
25-
ErrorType,
2626
)

0 commit comments

Comments
 (0)