Skip to content

Commit

Permalink
Merge pull request #56 from ThalesGroup/update/precommit
Browse files Browse the repository at this point in the history
Update pre-commit
  • Loading branch information
danibenethales authored Dec 5, 2024
2 parents 84358c8 + f68c90b commit d31ac1e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -54,7 +54,7 @@ repos:
# additional_dependencies: [black]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
## You can add flake8 plugins via `additional_dependencies`:
Expand Down
98 changes: 49 additions & 49 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
Name Version License
aiohappyeyeballs 2.4.4 Other/Proprietary License; Python Software Foundation License
aiohttp 3.11.9 Apache Software License
aiosignal 1.3.1 Apache Software License
attrs 24.2.0 MIT License
certifi 2024.8.30 Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer 3.4.0 MIT License
click 8.1.7 BSD License
colorama 0.4.6 BSD License
coverage 7.6.8 Apache Software License
decorator 4.4.2 BSD License
fastjsonschema 2.21.1 BSD License
frozenlist 1.5.0 Apache Software License
idna 3.10 BSD License
imageio 2.36.1 BSD License
imageio-ffmpeg 0.5.1 BSD License
importlib_metadata 8.5.0 Apache Software License
importlib_resources 6.4.5 Apache Software License
iniconfig 2.0.0 MIT License
jsonschema 4.23.0 MIT License
jsonschema-specifications 2024.10.1 MIT License
jupyter_core 5.7.2 BSD License
liccheck 0.9.2 Apache Software License
matbexp 0.0.post1.dev87+gb322db1 Apache-2.0
moviepy 1.0.3 MIT License
multidict 6.1.0 Apache Software License
nbformat 5.10.4 BSD License
numpy 2.1.3 BSD License
packaging 24.2 Apache Software License; BSD License
pigar 2.1.6 BSD License
pillow 10.4.0 Historical Permission Notice and Disclaimer (HPND)
platformdirs 4.3.6 MIT License
pluggy 1.5.0 MIT License
proglog 0.1.10 MIT
propcache 0.2.1 Apache Software License
pytest 8.3.3 MIT License
pytest-cov 6.0.0 MIT License
python-dotenv 1.0.1 BSD License
referencing 0.35.1 MIT License
requests 2.32.3 Apache Software License
rpds-py 0.22.3 MIT License
scipy 1.14.1 BSD License
semantic-version 2.10.0 BSD License
toml 0.10.2 MIT License
tqdm 4.67.1 MIT License; Mozilla Public License 2.0 (MPL 2.0)
traitlets 5.14.3 BSD License
urllib3 2.2.3 MIT License
yarl 1.18.3 Apache Software License
zipp 3.21.0 MIT License
Name Version License
aiohappyeyeballs 2.4.4 Other/Proprietary License; Python Software Foundation License
aiohttp 3.11.9 Apache Software License
aiosignal 1.3.1 Apache Software License
attrs 24.2.0 MIT License
certifi 2024.8.30 Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer 3.4.0 MIT License
click 8.1.7 BSD License
colorama 0.4.6 BSD License
coverage 7.6.8 Apache Software License
decorator 4.4.2 BSD License
fastjsonschema 2.21.1 BSD License
frozenlist 1.5.0 Apache Software License
idna 3.10 BSD License
imageio 2.36.1 BSD License
imageio-ffmpeg 0.5.1 BSD License
importlib_metadata 8.5.0 Apache Software License
importlib_resources 6.4.5 Apache Software License
iniconfig 2.0.0 MIT License
jsonschema 4.23.0 MIT License
jsonschema-specifications 2024.10.1 MIT License
jupyter_core 5.7.2 BSD License
liccheck 0.9.2 Apache Software License
matbexp 0.0.post1.dev87+gb322db1 Apache-2.0
moviepy 1.0.3 MIT License
multidict 6.1.0 Apache Software License
nbformat 5.10.4 BSD License
numpy 2.1.3 BSD License
packaging 24.2 Apache Software License; BSD License
pigar 2.1.6 BSD License
pillow 10.4.0 Historical Permission Notice and Disclaimer (HPND)
platformdirs 4.3.6 MIT License
pluggy 1.5.0 MIT License
proglog 0.1.10 MIT
propcache 0.2.1 Apache Software License
pytest 8.3.3 MIT License
pytest-cov 6.0.0 MIT License
python-dotenv 1.0.1 BSD License
referencing 0.35.1 MIT License
requests 2.32.3 Apache Software License
rpds-py 0.22.3 MIT License
scipy 1.14.1 BSD License
semantic-version 2.10.0 BSD License
toml 0.10.2 MIT License
tqdm 4.67.1 MIT License; Mozilla Public License 2.0 (MPL 2.0)
traitlets 5.14.3 BSD License
urllib3 2.2.3 MIT License
yarl 1.18.3 Apache Software License
zipp 3.21.0 MIT License

0 comments on commit d31ac1e

Please sign in to comment.