Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Mar 12, 2022
1 parent 28f73c0 commit e937212
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 103 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/pycqa/bandit
rev: 1.7.2
rev: 1.7.4
hooks:
- id: bandit
exclude: "test_*"
Expand All @@ -50,7 +50,7 @@ repos:
"flake8-simplify",
]
- repo: https://github.com/ariebovenberg/slotscheck
rev: v0.12.1
rev: v0.14.0
hooks:
- id: slotscheck
exclude: "^(?!starlite/)"
Expand Down Expand Up @@ -84,7 +84,7 @@ repos:
sqlalchemy,
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.931"
rev: "v0.940"
hooks:
- id: mypy
exclude: "performance_test"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@

- update `LoggingConfig` to be non-blocking @madlad33
- fix regression in error handling, returning 404 instead of 500

[1.2.4]

- updated `Starlette` to version `0.19.0`
Loading

0 comments on commit e937212

Please sign in to comment.