-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/use_confirm_instead_of_prompt
- Loading branch information
Showing
19 changed files
with
288 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 22.3.0 | ||
rev: 23.3.0 | ||
hooks: | ||
- id: black |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,8 +157,9 @@ get this running in a development setup. | |
|
||
https://github.com/dbcli/pgcli/blob/master/DEVELOP.rst | ||
|
||
Please feel free to reach out to me if you need help. | ||
My email: [email protected], Twitter: `@amjithr <http://twitter.com/amjithr>`_ | ||
Please feel free to reach out to us if you need help. | ||
* Amjith, pgcli author: [email protected], Twitter: `@amjithr <http://twitter.com/amjithr>`_ | ||
* Irina, pgcli maintainer: [email protected], Twitter: `@amjithr <http://twitter.com/irinatruong>`_ | ||
|
||
Detailed Installation Instructions: | ||
----------------------------------- | ||
|
@@ -351,8 +352,7 @@ choice: | |
|
||
In [3]: my_result = _ | ||
|
||
Pgcli only runs on Python3.7+ since 4.0.0, if you use an old version of Python, | ||
you should use install ``pgcli <= 4.0.0``. | ||
Pgcli dropped support for Python<3.8 as of 4.0.0. If you need it, install ``pgcli <= 4.0.0``. | ||
|
||
Thanks: | ||
------- | ||
|
@@ -372,8 +372,8 @@ interface to Postgres database. | |
Thanks to all the beta testers and contributors for your time and patience. :) | ||
|
||
|
||
.. |Build Status| image:: https://github.com/dbcli/pgcli/workflows/pgcli/badge.svg | ||
:target: https://github.com/dbcli/pgcli/actions?query=workflow%3Apgcli | ||
.. |Build Status| image:: https://github.com/dbcli/pgcli/actions/workflows/ci.yml/badge.svg?branch=main | ||
:target: https://github.com/dbcli/pgcli/actions/workflows/ci.yml | ||
|
||
.. |CodeCov| image:: https://codecov.io/gh/dbcli/pgcli/branch/master/graph/badge.svg | ||
:target: https://codecov.io/gh/dbcli/pgcli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.