Skip to content

Commit 3e85ed0

Browse files
authored
Update to black 21.5b0 and reformat (#96)
1 parent 8759f0b commit 3e85ed0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/scripts/find_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ def go(argv):
1515
else:
1616
print("master")
1717

18+
1819
if __name__ == "__main__":
1920
go(sys.argv)

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/python/black
5-
rev: 20.8b1
5+
rev: 21.5b0
66
hooks:
77
- id: black
88
types: [file]

sqlalchemy-stubs/engine/create.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ _IsolationLevel = Literal[
2424
]
2525
_ParamStyle = Literal["qmark", "numeric", "named", "format", "pyformat"]
2626
_ResetOnReturn = Literal["rollback", "commit"]
27+
2728
@overload
2829
def create_engine(
2930
url: Union[str, URL],

0 commit comments

Comments
 (0)