Skip to content

Commit cbfaf25

Browse files
authored
Merge pull request #15 from strawberry-graphql/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ad90890 + cbf62ba commit cbfaf25

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 5.0.4
3+
rev: 7.1.0
44
hooks:
55
- id: flake8
66
additional_dependencies: ["flake8-eradicate"]
@@ -12,13 +12,13 @@ repos:
1212
exclude: CHANGELOG.md
1313

1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v3.0.0-alpha.3
15+
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
files: '.*\.mdx?$'
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.3.0
21+
rev: v4.6.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: check-merge-conflict
@@ -32,6 +32,6 @@ repos:
3232
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3333

3434
- repo: https://github.com/psf/black
35-
rev: 22.10.0
35+
rev: 24.4.2
3636
hooks:
3737
- id: black

fastapi-sqlalchemy/alembic/versions/9bc8667ab6a6_add_initial_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2021-09-10 16:00:02.842263
66
77
"""
8+
89
from alembic import op
910
import sqlalchemy as sa
1011

fastapi-sqlalchemy/alembic/versions/bea5e58f3328_add_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2021-09-10 16:00:20.280277
66
77
"""
8+
89
import json
910
from pathlib import Path
1011

0 commit comments

Comments
 (0)