Skip to content

Commit c70dec0

Browse files
[pre-commit.ci] pre-commit autoupdate (#123)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.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 ed9081d commit c70dec0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ exclude: >
1010
repos:
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.1.1
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323

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

sphinx_proof/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
sphinx_proof
4-
~~~~~~~~~~~~
3+
sphinx_proof
4+
~~~~~~~~~~~~
55
6-
A Sphinx extension for producing proofs, theorems, lemmas, etc.
6+
A Sphinx extension for producing proofs, theorems, lemmas, etc.
77
"""
88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)