Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Oct 16, 2023
1 parent f93aa88 commit a16bc92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-json

- repo: https://github.com/crate-ci/typos
rev: v1.16.18
rev: v1.16.20
hooks:
- id: typos
args: []
Expand Down Expand Up @@ -43,13 +43,13 @@ repos:
- black==23.9.1

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.6.0'
hooks:
- id: mypy
pass_filenames: false
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pydantic==2.4.2
pydata_sphinx_theme==0.14.1
pytest==7.4.2
rich==13.6.0
ruff==0.0.292
ruff==0.1.0
sphinx==7.2.6
wheel==0.41.2
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
target-version = "py310"

line-length = 88
preview = true

select = [
"E", # pycodestyle Errors
Expand Down

0 comments on commit a16bc92

Please sign in to comment.