# mypy: ignore-errors
"""
- sql role
- ~~~~~~~~
+sql role
+~~~~~~~~
- An interpreted text role to style SQL syntax in Psycopg documentation.
+An interpreted text role to style SQL syntax in Psycopg documentation.
- :copyright: Copyright 2010 by Daniele Varrazzo.
- :copyright: Copyright 2020 The Psycopg Team.
+:copyright: Copyright 2010 by Daniele Varrazzo.
+:copyright: Copyright 2020 The Psycopg Team.
"""
from docutils import nodes, utils
# type: ignore
"""
- ticket role
- ~~~~~~~~~~~
+ticket role
+~~~~~~~~~~~
- An interpreted text role to link docs to tickets issues.
+An interpreted text role to link docs to tickets issues.
- :copyright: Copyright 2013 by Daniele Varrazzo.
- :copyright: Copyright 2021 The Psycopg Team
+:copyright: Copyright 2013 by Daniele Varrazzo.
+:copyright: Copyright 2021 The Psycopg Team
"""
import re
#!/usr/bin/env python
-"""Copy operation micro-benchmarks.
-"""
+"""Copy operation micro-benchmarks."""
from __future__ import annotations
import sys
#!/usr/bin/env python
-"""Bump the version number of the project.
-"""
+"""Bump the version number of the project."""
from __future__ import annotations
#!/usr/bin/env python3
# mypy: ignore-errors
-"""Add or edit github users in the backers file
-"""
+"""Add or edit github users in the backers file"""
import sys
import logging
#!/usr/bin/env python
-"""Find the error prefixes in various l10n used for precise prefixstripping.
-"""
+"""Find the error prefixes in various l10n used for precise prefixstripping."""
import re
import logging