Skip to content

Commit 7364892

Browse files
[pre-commit.ci] pre-commit autoupdate (#198)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ab414ca commit 7364892

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ repos:
2222
- id: flake8
2323

2424
- repo: https://github.com/psf/black
25-
rev: 22.12.0
25+
rev: 23.3.0
2626
hooks:
2727
- id: black

sphinx_copybutton/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def add_to_context(app, config):
6666

6767

6868
def setup(app):
69-
7069
logger.verbose("Adding copy buttons to code blocks...")
7170
# Add our static path
7271
app.connect("builder-inited", scb_static_path)

0 commit comments

Comments
 (0)