Skip to content

Commit

Permalink
More linter corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Feb 27, 2021
1 parent eb91883 commit efd1304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ repos:
hooks:
- id: black
name: black
entry: bash -c 'poetry run black $@'
entry: bash -c 'poetry run black $0 $@'
language: system
types: [python]
- id: isort
name: isort
entry: bash -c 'poetry run isort $@'
entry: bash -c 'poetry run isort $0 $@'
language: system
types: [python]
- id: flake8
name: flake8
entry: bash -c 'poetry run flake8 $@'
entry: bash -c 'poetry run flake8 $0 $@'
language: system
types: [python]

0 comments on commit efd1304

Please sign in to comment.