Skip to content

Commit

Permalink
Merge branch 'develop' into v0.3-and-symmetrization
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima authored Apr 2, 2024
2 parents 11897b1 + f26198a commit 2f7ba9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-tabs

Expand All @@ -67,13 +67,13 @@ repos:
args: [-S, '.git,third_party', -I, .codespell.allow]

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
require_serial: false

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-mock]
Expand All @@ -85,7 +85,7 @@ repos:
name: isort (python)

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -98,7 +98,7 @@ repos:
additional_dependencies: [black==22.10.0]

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
name: flake8-strict
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update GitHub workflows to work with merge queues
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`, `thomaseizinger/create-pull-request`
- Update pre-commit hook versions
- Fix failing GitHub workflows (Clang-10)
- Introduce pre-commit CI
- Update to clang-tidy 14 in GitHub workflow
- Added new pre-commit hooks: `codespell`, `doc8`, `pydocstyle` and `yamllint`
- Keep `flake8` hook to version 5.0.4 until plugins support Flake8 6.X
- Disable `no-member` warning for Pylint on pre-commit CI
- Update pre-commit hook versions


## [v0.8.0] - 2022-10-18
Expand Down

0 comments on commit 2f7ba9e

Please sign in to comment.