Skip to content

Commit

Permalink
fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
asacristani committed Oct 8, 2023
1 parent c4daed2 commit 05b78f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
types: [python]
- id: flake8
name: flake8
entry: flake8 --extend-ignore E712 --extend-ignore=E203
entry: flake8 --extend-ignore E712,E203
language: system
types: [python]
exclude: '^app/core/db/migrations/|^app/core/middleware/db_session_context.py$'

0 comments on commit 05b78f8

Please sign in to comment.