We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62327ce + 77c6fed commit 40beca9Copy full SHA for 40beca9
.pre-commit-config.yaml
@@ -13,8 +13,8 @@ repos:
13
- --unsafe
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
-- repo: https://github.com/charliermarsh/ruff-pre-commit
17
- rev: v0.1.2
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.1.4
18
hooks:
19
- id: ruff
20
args:
docs/release-notes.md
@@ -4,6 +4,7 @@
4
5
### Internal
6
7
+* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#686](https://github.com/tiangolo/sqlmodel/pull/686) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
8
* 👷 Upgrade latest-changes GitHub Action. PR [#693](https://github.com/tiangolo/sqlmodel/pull/693) by [@tiangolo](https://github.com/tiangolo).
9
10
## 0.0.11
0 commit comments