Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Chris Sewell <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and chrisjsewell authored Aug 2, 2022
1 parent 6901e05 commit 561eb5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repos:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==21.3.1]
additional_dependencies: [flake8-bugbear~=22.7]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.971
hooks:
- id: mypy
additional_dependencies: []
Expand Down
3 changes: 2 additions & 1 deletion sphinx_design/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def visit_depart_null(self, node: nodes.Element) -> None:


class Div(SphinxDirective):
"""Same as the ``container`` directive, but does not add the ``container`` class in HTML outputs,
"""Same as the ``container`` directive,
but does not add the ``container`` class in HTML outputs,
which can interfere with Bootstrap CSS.
"""

Expand Down

0 comments on commit 561eb5a

Please sign in to comment.