Skip to content

Commit

Permalink
python-deps(deps-dev): update pyright requirement from 1.1.388 to 1.1…
Browse files Browse the repository at this point in the history
….389 in the python-dependencies group (#64)

* python-deps(deps-dev): update pyright requirement

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version.

Updates `pyright` to 1.1.389
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.388...v1.1.389)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Update dependencies.

* chore: Don't update toml-sort since it no longer supports Python 3.8

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tektronix Bot <[email protected]>
Co-authored-by: Felt, Nicholas <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent dd867ff commit e4d87b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-pre-commit: true
run-pre-commit: true
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat,https://github.com/pappasam/toml-sort
export-dependency-groups: docs,tests
permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1
rev: d3f092d98dc7585ce9cb3295bafb942ca5be1886 # frozen: v3.31.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -138,7 +138,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3
rev: cafecb2f683a620516412e109877570ca7648cbd # frozen: v0.7.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pre-commit = [
{python = "3.8", version = "^3.5"}
]
pylint = "3.2.7"
pyright = {extras = ["nodejs"], version = "1.1.388"}
pyright = {extras = ["nodejs"], version = "1.1.389"}
pyroma = "^4.2"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand Down

0 comments on commit e4d87b6

Please sign in to comment.