Skip to content

Commit d611013

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae49ce9 commit d611013

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
### What are the results
55

66

7-
### What are the expected results
7+
### What are the expected results

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
python-version: "3.13"
2424
command: towncrier check --compare-with origin/main
25-
fetch-depth: 0
25+
fetch-depth: 0

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ of pytest-postgresql along its history.
1717
* Donald Stufft
1818
* Will Vaughn
1919
* Hugo (hugovk)
20-
* Damian Skrzypczak
20+
* Damian Skrzypczak

CHANGES.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Misc
174174

175175
- Error message typo fix
176176
- Docker documentation example typo fixes
177-
- Have setuptools required as package dependency. pkg_resources.parse_version is used in code
177+
- Have setuptools required as package dependency. pkg_resources.parse_version is used in code
178178
but setuptools was only used as build requirements
179179

180180
4.1.0
@@ -314,7 +314,7 @@ Bugfix
314314
2.6.0
315315
=====
316316

317-
- [enhancement] add ability to pass options to pg_ctl's -o flag to send arguments to the underlying postgres executable
317+
- [enhancement] add ability to pass options to pg_ctl's -o flag to send arguments to the underlying postgres executable
318318
Use `postgres_options` as fixture argument, `--postgresql-postgres-options` as pytest starting option or
319319
`postgresql_postgres_options` as pytest.ini configuration option
320320

@@ -364,7 +364,7 @@ Bugfix
364364
=====
365365

366366
- [feature] Allow to set password for postgresql. Use it throughout the flow.
367-
- [bugfix] Default Janitor's connections to postgres database. When using custom users,
367+
- [bugfix] Default Janitor's connections to postgres database. When using custom users,
368368
postgres attempts to use user's database and it might not exist.
369369
- [bugfix] NoopExecutor connects to read version by context manager to properly handle cases
370370
where it can't connect to the server.
@@ -399,7 +399,7 @@ Bugfix
399399
1.4.1
400400
=====
401401

402-
- [bugfix] Allow creating test database with hyphens
402+
- [bugfix] Allow creating test database with hyphens
403403

404404
1.4.0
405405
=====

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

COPYING.lesser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ General Public License ever published by the Free Software Foundation.
162162
whether future versions of the GNU Lesser General Public License shall
163163
apply, that proxy's public statement of acceptance of any version is
164164
permanent authorization for you to choose that version for the
165-
Library.
165+
Library.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. image:: https://raw.githubusercontent.com/ClearcodeHQ/pytest-postgresql/master/logo.png
22
:width: 100px
33
:height: 100px
4-
4+
55
pytest-postgresql
66
=================
77

0 commit comments

Comments
 (0)