diff options
author | Federico Caselli <cfederico87@gmail.com> | 2020-01-27 16:51:05 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-01-27 16:56:25 -0500 |
commit | bfddff4c9f72adc5d326cee9783c77d358254837 (patch) | |
tree | 59f12a717a3b3659eee453683d7758dbe1a1db5d /lib/sqlalchemy/testing/provision.py | |
parent | 0cc2695510c0f0b09328e4cdf8d3ae29ac7f7abd (diff) | |
download | sqlalchemy-bfddff4c9f72adc5d326cee9783c77d358254837.tar.gz |
Add pyproject
- Added pyproject.toml with black arguments
- Updated black version in precommit hook
- Reformatted the code
Fixes: #5100
Closes: #5103
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5103
Pull-request-sha: 795fd5f896be4a07a2b18e6525674b815ac17593
Change-Id: I14eedbaa51fb531cbf90fcefe6a1e07c8a565625
Diffstat (limited to 'lib/sqlalchemy/testing/provision.py')
-rw-r--r-- | lib/sqlalchemy/testing/provision.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/provision.py b/lib/sqlalchemy/testing/provision.py index a412f0943..6e2e1ccf5 100644 --- a/lib/sqlalchemy/testing/provision.py +++ b/lib/sqlalchemy/testing/provision.py @@ -186,4 +186,5 @@ def temp_table_keyword_args(cfg, eng): ComponentReflectionTest class in suite/test_reflection.py """ raise NotImplementedError( - "no temp table keyword args routine for cfg: %s" % eng.url) + "no temp table keyword args routine for cfg: %s" % eng.url + ) |