Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Feb 2, 2022
1 parent 2434c81 commit bb399a4
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 188 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args: [--config=./pyproject.toml]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -50,7 +50,7 @@ repos:
"flake8-simplify",
]
- repo: https://github.com/ariebovenberg/slotscheck
rev: v0.9.0
rev: v0.10.2
hooks:
- id: slotscheck
exclude: "^(?!starlite/)"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,7 @@

- fixed `MissingDependencyException` inheritance chain
- fixed `ValidationException` missing as export in `__init__` method

[1.0.2]

- fixed lifecycle injection of application state into class methods
Loading

0 comments on commit bb399a4

Please sign in to comment.