Skip to content

Commit 1405b21

Browse files
authored
Added pre-commit config for flake8
1 parent b11a1c0 commit 1405b21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@ repos:
348348
entry: isort app
349349
language: python
350350
types: [python]
351+
352+
- id: flake8
353+
name: flake8
354+
entry: flake8 server
355+
language: python
356+
types: [python]
351357
```
352358

353359

0 commit comments

Comments
 (0)