Skip to content

Commit

Permalink
Rename doc/ folder to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Jan 26, 2024
1 parent c92997f commit 86f85e4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ support for these varies wildly across different terminals.

## Examples

![Example output](doc/example.png)
![Example output](docs/example.png)

The following code creates a `ColoredFormatter` for use in a logging setup,
using the default values for each argument.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ commands = pytest -v

[testenv:black]
deps = black
commands = black --check --diff colorlog doc
commands = black --check --diff colorlog docs
skip_install = true

[testenv:flake8]
deps = flake8
commands = flake8 colorlog doc
commands = flake8 colorlog docs
skip_install = true

[testenv:mypy]
deps =
mypy
types-PyYAML
commands = mypy colorlog doc
commands = mypy colorlog docs
skip_install = true

0 comments on commit 86f85e4

Please sign in to comment.