Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc-source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git+https://github.com/domdfcoding/sphinx-click.git
default-values>=0.6.0
extras-require>=0.5.0
furo==2021.06.18b36
furo==2024.1.29
html-section>=0.3.0
seed-intersphinx-mapping>=1.2.2
sphinx>=3.0.3
Expand Down
4 changes: 3 additions & 1 deletion tests/test_pointless_checker.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 3rd party
# stdlib
import os

# 3rd party
from coincidence.regressions import AdvancedFileRegressionFixture

# this package
Expand Down