Skip to content

Commit

Permalink
Merge branch 'develop' into typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 2, 2023
2 parents 4f65bf8 + 9e1c7d3 commit f9b9f38
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 @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Removed unassigned variable names
- Contributing guidelines steps for installing for the first time
- Updated gitignore to ignore yarn files and folders for latest version of yarn

### Operations

- Removed unassigned variable names
- 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 Down

0 comments on commit f9b9f38

Please sign in to comment.