linting
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 08:44:10 +0000 (10:44 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 08:44:10 +0000 (10:44 +0200)
.pre-commit-config.yaml
examples/full.py

index e759f3dce6169777bcc6cc887b26dee04a43ab2e..74462dbc1ab9e3ab468df9336d8476f44a53b9ca 100644 (file)
@@ -10,6 +10,7 @@ repos:
     rev: 3.8.3
     hooks:
       - id: flake8
+        exclude: ^examples/
         additional_dependencies:
           - flake8-docstrings==1.3.1
           - pydocstyle==4.0.0
index ddda4614fe95428a4e9368fd08029a2050a3e71e..e8d46f66cd0cd9862a6acf10e36b4b3483e0f0fa 100644 (file)
@@ -94,6 +94,7 @@ providers = []
 if args.musicdir:
     providers.append(FileSystemProvider(args.musicdir, args.playlistdir))
 
+
 class TestPlayer(Player):
     def __init__(self):
         self.player_id = "test"