Skip to content

Commit 961efc8

Browse files
Merge branch 'experimental' of git+ssh://github.com/automl/mdp-playground into experimental
2 parents 67198f0 + 27252d0 commit 961efc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gh-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# stop the build if there are Python syntax errors or undefined names
3333
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3434
# exit-zero treats all errors as warnings.
35+
# --max-complexity=10 --max-line-length=127
3536
flake8 . --count --exit-zero --statistics
3637
- name: Test with pytest
3738
run: |

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2021 MDP Playground developers
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)