Skip to content

Commit

Permalink
---Styling---
Browse files Browse the repository at this point in the history
* Added pre-commit hook for detecting styling issues.
  • Loading branch information
DobromirM committed Dec 4, 2019
1 parent 19270aa commit 5351c69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
1 change: 1 addition & 0 deletions swimai/structures/structs.py
Expand Up @@ -16,6 +16,7 @@
from enum import Enum
from typing import Any, List, Optional, Dict, Union


class Item(ABC):

def concat(self, new_item: 'Item') -> 'Record':
Expand Down

0 comments on commit 5351c69

Please sign in to comment.