Skip to content

Commit 62284d2

Browse files
Update build tools (#467)
* Update build tools
1 parent c78a27a commit 62284d2

File tree

3 files changed

+36
-40
lines changed

3 files changed

+36
-40
lines changed

.pre-commit-config.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.1.3
11+
rev: v0.1.6
1212
hooks:
1313
- id: ruff
1414
args:
@@ -17,11 +17,6 @@ repos:
1717
- id: ruff-format
1818
- repo: local
1919
hooks:
20-
- id: pyright
21-
name: pyright
22-
entry: poetry run pyright
23-
language: system
24-
files: ^encord/.*py$
2520
- id: mypy
2621
name: mypy
2722
entry: poetry run mypy

poetry.lock

+33-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ pydata-sphinx-theme = "^0.8.1"
3838
sphinx-gallery = "^0.10.1"
3939
deepdiff = "^6.2.1"
4040
types-requests = "^2.25.0"
41-
mypy = "^1.6.1"
41+
mypy = "^1.7.1"
4242
types-python-dateutil = "^2.8.19"
4343
types-tqdm = "^4.32.1"
4444
pyyaml = "^6.0.1"
45-
pyright = "^1.1.336"
45+
pyright = "^1.1.338"
4646

4747
[build-system]
4848
requires = ["poetry-core>=1.3.2"]

0 commit comments

Comments
 (0)