Skip to content

Commit 0749e38

Browse files
authored
Apply suggestions from code review
1 parent b9262bb commit 0749e38

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ repos:
1313
hooks:
1414
- id: pyupgrade
1515
args: ["--py36-plus"]
16-
exclude: ^airflow/_vendor/
1716
- repo: local
1817
hooks:
1918
- id: flynt
2019
name: Convert to f-strings with flynt
2120
entry: flynt
2221
language: python
23-
additional_dependencies: ['flynt==0.64']
22+
additional_dependencies: ['flynt==0.64']

openapi_core/templating/media_types/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def __str__(self):
1818
return (
1919
f"Content for the following mimetype not found: {self.mimetype}. "
2020
f"Valid mimetypes: {self.availableMimetypes}"
21-
)
21+
)

0 commit comments

Comments
 (0)