Skip to content

Commit 075528e

Browse files
committed
Fix linting and tests
1 parent 0fe6858 commit 075528e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
files: pyproject.toml$
2020

2121
- repo: https://github.com/jendrikseipp/vulture
22-
rev: v2.7
22+
rev: v2.14
2323
hooks:
2424
- id: vulture
2525
exclude: |
@@ -36,7 +36,7 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.2.0
39+
rev: v1.19.1
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: ['types-requests']

tests/test_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def test_all_components(tmp_path, out):
8989

9090
assert (tmp_path / "out.html").exists()
9191
assert (tmp_path / "out.css").exists()
92-
assert len(out.read_bytes()) > 100000
92+
assert len(out.read_bytes()) > 90000

0 commit comments

Comments
 (0)