Skip to content

Commit 19746cd

Browse files
committed
Merge branch 'fixup/flake'
2 parents 9492193 + c9de512 commit 19746cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
max-line-length = 500
3+
ignore = E203,E266,E501,W503
4+
max-complexity = 18
5+
select = B,C,E,F,W,T4,B9

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://gitlab.com/pycqa/flake8
13-
rev: 3.7.4
13+
rev: 3.7.8
1414
hooks:
1515
- id: flake8
1616
args: ['--max-line-length=500', '--ignore=E203,E266,E501,W503', '--max-complexity=18', '--select=B,C,E,F,W,T4,B9']

adaptive/tests/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def f(x):
6565
asyncio.get_event_loop().run_until_complete(runner.task)
6666

6767

68-
### Test with different executors
68+
# --- Test with different executors
6969

7070

7171
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)