Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 17, 2023
1 parent d37feee commit 4dd1753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ indent_size = 4
[*.py]
indent_size = 4

[*.toml]
indent_size = 2

[sublime-package.json]
indent_size = 2

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--index https://pypi.python.org/simple/

# main
mkdocs-material==9.4.7
mkdocs-material==9.4.9

# plugins
mkdocs-exclude==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ preview = true
select = ["E", "F", "W", "I"]
ignore = ["E203"]
line-length = 120
target-version = 'py312'
target-version = 'py38'
exclude = [
".git",
".mypy_cache",
Expand Down

0 comments on commit 4dd1753

Please sign in to comment.