Skip to content

Commit

Permalink
chore: update meta files
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 947317b commit 50cbb51
Show file tree
Hide file tree
Showing 4 changed files with 10 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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ Thumbs.db
# Python
*.py[cod]
.mypy_cache/
.ruff_cache/
.venv-*/
.venv/
__pycache__/
venv-*/
venv/

# git worktrees
br-*/
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 50cbb51

Please sign in to comment.