Commit Graph

542 Commits

Author SHA1 Message Date
dependabot[bot] 48042061c2 Chore(deps): Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 16:24:17 +01:00
dependabot[bot] db21ff4204 Chore(deps): Bump release-drafter/release-drafter from 5 to 6
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 16:23:53 +01:00
dependabot[bot] ed3683f1a2 Chore(deps): Bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 16:23:29 +01:00
dependabot[bot] e1db780a17 Chore(deps): Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 16:23:07 +01:00
Pierre Sassoulas d5fc35af3e Upgrade actions/checkout to v4 and actions/setup-node to v4 2025-02-04 15:59:02 +01:00
Pierre Sassoulas dde68a73c0 Create a dependabot.yml to be explicit about what need to be updated 2025-02-04 15:59:02 +01:00
Pierre Sassoulas 1f2bf02187 Upgrade github actions hynek/build-and-inspect-python-package 2025-02-04 13:25:19 +01:00
pre-commit-ci[bot] a5aeb7feb2 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)
- [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.19.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.16.0...v9.19.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.14.1)
2025-02-04 13:25:19 +01:00
dependabot[bot] eb7de8a825
Chore(deps): Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#855)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-25 23:59:03 +01:00
pre-commit-ci[bot] 41a86ec84a
[pre-commit.ci] pre-commit autoupdate (#851)
updates:
- [github.com/pre-commit/mirrors-eslint: v9.15.0 → v9.16.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.15.0...v9.16.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-03 08:51:28 +01:00
Dominik Hendzel 55a92a4620
Fix report template, add djlint configuration (#804)
* Ignore some basic errors

From djlint output:
H005 2:0 Html tag should have lang attribute. <html> <head>
H016 2:0 Missing title tag in html. <html> <head>
H030 2:0 Consider adding a meta description. <html> <head>
H031 2:0 Consider adding meta keywords. <html> <head>
H006 48:20 Img tag should have height and width attributes. <img src="" />
H013 48:20 Img tag should have an alt attribute. <img src="" />
H025 87:112 Tag seems to be an orphan. </span>

* Fix input tag

Removed extra  `/` that caused reporting of next </span> tag

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2024-11-25 13:28:19 +01:00
Pierre Sassoulas 656506d2a6 Upgrade pyupgrade to 3.9 2024-11-20 21:11:27 +01:00
Pierre Sassoulas 30d44b9674 Upgrade blacken docs to latest black 2024-11-20 21:11:27 +01:00
Pierre Sassoulas 6429d02b9c
Fix the pyproject.toml following concurrent merge (#847) 2024-11-20 20:30:00 +01:00
Pierre Sassoulas 69de0b6cc5
[pre-commit] Add pyproject-fmt to normalize the pyproject.toml (#846) 2024-11-20 16:23:39 +01:00
Gleb Nikonorov c2181e4e83
Add mypy to CI pipeline and begin typing modules (#435)
* Add mypy to CI pipeline and begin typing effort
* Make some hard options false to begin with something

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2024-11-20 16:22:46 +01:00
pre-commit-ci[bot] 9aa1b99853
[pre-commit.ci] pre-commit autoupdate (#800)
updates:
- [github.com/psf/black: 24.1.1 → 24.10.0](https://github.com/psf/black/compare/24.1.1...24.10.0)
- [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](https://github.com/asottile/blacken-docs/compare/1.16.0...1.19.1)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.1)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.14.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.19.0)
- [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.15.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.52.0...v9.15.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-20 14:53:59 +01:00
dependabot[bot] 1c00ac65a7
Chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#845)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 14:06:04 +01:00
dependabot[bot] a39685dbf4
Chore(deps): Bump jinja2 from 3.1.2 to 3.1.4 in /docs (#828)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2024-11-20 14:05:51 +01:00
dependabot[bot] d611a8e2c7
Chore(deps-dev): Bump @babel/traverse from 7.21.3 to 7.25.9 (#844)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.25.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 14:02:26 +01:00
dependabot[bot] a0ec26480b
Chore(deps): Bump idna from 3.4 to 3.7 in /docs (#827)
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 14:02:00 +01:00
dependabot[bot] 4df345028e
Chore(deps): Bump braces from 3.0.2 to 3.0.3 (#826)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 13:55:48 +01:00
dependabot[bot] 5ca6d2420c
Chore(deps): Bump certifi from 2023.7.22 to 2024.7.4 in /docs (#829)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 13:51:55 +01:00
dependabot[bot] 512ff54e20
Chore(deps): Bump urllib3 from 2.0.2 to 2.2.2 in /docs (#830)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.2...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 13:51:30 +01:00
dependabot[bot] 1156c2f28f
Chore(deps): Bump requests from 2.30.0 to 2.32.2 in /docs (#832)
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 13:50:30 +01:00
dependabot[bot] d8dfcbb948
Chore(deps-dev): Bump browserify-sign from 4.2.1 to 4.2.3 (#831)
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.3.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.3)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 13:48:55 +01:00
dependabot[bot] 03b1eecf39
Chore(deps-dev): Bump elliptic from 6.5.4 to 6.6.1 (#843)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 13:38:56 +01:00
Pierre Sassoulas cc5e0194aa
Drop python 3.8, add support for 3.12, 3.13 (#842)
* Drop python 3.8, add support for 3.12, 3.13

---------

Co-authored-by: Jim Brännlund <jim.brannlund@gmail.com>
2024-11-20 13:30:29 +01:00
zingero f2da5e6300
Start tag has wrong closing tag (#834) 2024-11-19 23:07:31 +01:00
dependabot[bot] ffc698a4cd
Chore(deps): Bump certifi from 2023.5.7 to 2023.7.22 in /docs (#699)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 10:47:21 +02:00
Volkan Aslan 38b8a6cae8
Fix for #806 (if results table order changed, hide/show details hover over broken) (#807)
* Fix for #806
2024-04-24 19:55:48 +02:00
pre-commit-ci[bot] 4b714aa558
[pre-commit.ci] pre-commit autoupdate (#771)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.10.1 → 24.1.1](https://github.com/psf/black/compare/23.10.1...24.1.1)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jim Brännlund <jim.brannlund@gmail.com>
2024-02-02 11:40:15 +01:00
Diego Jorquera a2d5d2bef0
Fix license classifier in pyproject.toml (#789)
Project is licensed as MPL-2.0 but a MIT license classifier is being used, resulting in the wrong license being displayed on PyPI. Changing classifier to the correct one for the actual project license.
2024-02-02 09:41:27 +01:00
Jim Brännlund e7aca52e49
fix: Total duration when running in parallel (#785) 2023-12-10 17:21:44 +01:00
Jim Brännlund cd0ed431e5
fix: Extras from setup/teardown missing in report (#784) 2023-12-10 16:47:03 +01:00
Jim Brännlund cfd32d0848
Release v4.1.1 (#770) 2023-11-07 16:33:42 +01:00
Jim Brännlund 736591734c
fix: Latest eslint is broken (#769) 2023-11-07 15:52:58 +01:00
Jim Brännlund 4ee12c42cc
fix: original sort order (#768) 2023-11-07 15:19:54 +01:00
pre-commit-ci[bot] e48a649247
[pre-commit.ci] pre-commit autoupdate (#763)
updates:
- [github.com/pre-commit/mirrors-eslint: v8.52.0 → v8.53.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.52.0...v8.53.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-07 14:28:33 +01:00
Jim Brännlund 13484304be
Release v4.1.0 (#761) 2023-11-04 20:24:02 +01:00
Jim Brännlund 82762a2ffc
fix: Escaping HTML in log (#757) 2023-11-04 19:08:15 +01:00
Jim Brännlund 84a1f6882e
test: Add UTF8 test (#760) 2023-11-04 18:30:17 +01:00
pre-commit-ci[bot] 71b74083f5
[pre-commit.ci] pre-commit autoupdate (#563)
updates:
- [github.com/psf/black: 22.3.0 → 23.10.1](https://github.com/psf/black/compare/22.3.0...23.10.1)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.16.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.5.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](https://github.com/PyCQA/flake8/compare/4.0.1...6.1.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.0.1 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.0.1...v3.12.0)
- [github.com/asottile/pyupgrade: v2.32.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v2.32.0...v3.15.0)
- [github.com/pre-commit/mirrors-eslint: v8.38.0 → v8.52.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.38.0...v8.52.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-04 18:12:06 +01:00
Jim Brännlund f6d34545f9
fix: Only run npm when building from source (#758) 2023-11-03 18:09:30 +01:00
Michal Kaptur e4070567db
replace hardcoded string with actual report data (#749)
Co-authored-by: Michal Kaptur <m.kaptur@satrev.space>
2023-11-01 17:50:26 +01:00
Jim Brännlund cbb3b3982a
fix: Add collections errors to report (#756) 2023-11-01 17:49:12 +01:00
Jim Brännlund bf19498c5c
fix: Revert report generation to full run (#754)
* fix: Revert report generation to full run

* fix: Remove the unserializable cleanup
2023-10-31 16:51:04 +01:00
Jim Brännlund 263c1c620a
fix: Broken duration (#753) 2023-10-31 16:11:05 +01:00
Jeff Wright 8523105209
Pytest html fix reload button typo (#738)
* fix: reload button typo.

---------

Co-authored-by: Jeffrey Wright <jeffrey.wright@wartsila.com>
2023-09-14 23:24:53 +02:00
Adrien Berchet 82d08c46c6
Fix: Use absolute path for the report (#735)
* Fix: Use absolute path for the report

Fixes #732
2023-09-14 08:50:49 +02:00