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 1813d8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ pythonVersion = '3.8'

[tool.ruff]
preview = true
select = ["E", "F", "W", "I"]
select = ["E", "F", "W", "I", "UP"]
ignore = ["E203"]
line-length = 120
target-version = 'py312'
target-version = 'py38'
exclude = [
".git",
".mypy_cache",
Expand Down

0 comments on commit 1813d8e

Please sign in to comment.