Skip to content

Commit

Permalink
Merge branch 'develop' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 2, 2023
2 parents 49a5841 + 9e1c7d3 commit 195a4cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand All @@ -48,7 +48,7 @@ repos:
- "--max-complexity=50"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.3
hooks:
- id: prettier
types: [yaml, markdown]
Expand All @@ -58,7 +58,7 @@ repos:
)$
- repo: https://github.com/hadialqattan/pycln
rev: v2.2.1
rev: v2.2.2
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Operations

- Remove version pin on `lmdbm`, `mpire`, `orjson`, and `pennylane`
- Updated `black` , `prettier`, `pycln` package versions in pre-commit config
- Changed `actions/checkout@v3` to `actions/checkout@v4` in CI
- Dependabot update to npm in changelog action
- Update tough-cookie to 4.1.3 version
Expand All @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Remove version pin on `lmdbm`, `mpire`, `orjson`, and `pennylane`
- Changed license to Apache

## [0.229.0-rc.0] - 2023-09-22
Expand Down

0 comments on commit 195a4cf

Please sign in to comment.