Skip to content

Commit

Permalink
pre-commit: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Jul 7, 2023
1 parent af4546a commit a66d044
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ repos:
- id: "python-use-type-annotations"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.23.0"
rev: "0.23.2"
hooks:
- id: "check-github-workflows"

- repo: "https://github.com/asottile/reorder_python_imports"
rev: "v3.9.0"
rev: "v3.10.0"
hooks:
- id: "reorder-python-imports"
args:
Expand All @@ -54,7 +54,7 @@ repos:

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: 'v0.0.267'
rev: 'v0.0.277'
hooks:
- id: "ruff"

Expand All @@ -64,7 +64,7 @@ repos:
- id: "nbstripout"

- repo: "https://github.com/python-poetry/poetry"
rev: "1.4.0"
rev: "1.5.0"
hooks:
- id: "poetry-check"
- id: "poetry-lock"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cffi==1.15.1 ; python_version >= "3.9"
cfgrib==0.9.10.3 ; python_version >= "3.9"
cftime==1.6.2 ; python_version >= "3.9"
click==8.1.3 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and (sys_platform == "win32" or platform_system == "Windows")
covdefaults==2.3.0 ; python_version >= "3.9"
coverage==7.2.5 ; python_version >= "3.9"
eccodes==1.5.2 ; python_version >= "3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cffi==1.15.1 ; python_version >= "3.9"
cfgrib==0.9.10.3 ; python_version >= "3.9"
cftime==1.6.2 ; python_version >= "3.9"
click==8.1.3 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and platform_system == "Windows"
eccodes==1.5.2 ; python_version >= "3.9"
entrypoints==0.4 ; python_version >= "3.9"
fasteners==0.18 ; python_version >= "3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asciitree==0.3.3 ; python_version >= "3.9"
cftime==1.6.2 ; python_version >= "3.9"
click==8.1.3 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and platform_system == "Windows"
entrypoints==0.4 ; python_version >= "3.9"
fasteners==0.18 ; python_version >= "3.9"
markdown-it-py==2.2.0 ; python_version >= "3.9"
Expand Down

0 comments on commit a66d044

Please sign in to comment.