Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#66)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black-pre-commit-mirror: 23.11.0 →
23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/PyCQA/isort: 5.12.0 →
5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 →
v0.1.9](astral-sh/ruff-pre-commit@v0.1.4...v0.1.9)
- [github.com/pycqa/flake8: 6.0.0 →
6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.1 →
0.27.3](python-jsonschema/check-jsonschema@0.27.1...0.27.3)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Jan 3, 2024
2 parents 744ffdc + 1aae40e commit ee25ba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ repos:
hooks:
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
exclude: ^docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.9
hooks:
- id: ruff
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [ 'flake8-alphabetize', 'flake8-rst-docstrings' ]
Expand All @@ -51,14 +51,14 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.11.0' ]
additional_dependencies: [ 'black==23.12.1' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
hooks:
- id: yamllint
args: ['--config-file', '.yamllint.yaml']
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.3
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ filename = ".cruft.json"
search = "\"version\": \"{current_version}\""
replace = "\"version\": \"{new_version}\""


[tool.coverage.run]
relative_files = true
include = ["xhydro/*"]
Expand Down

0 comments on commit ee25ba8

Please sign in to comment.