|  | 
| 1 |  | -// Copyright (C) DATADVANCE, 2010-2020 | 
|  | 1 | +// Copyright (C) DATADVANCE, 2010-2023 | 
| 2 | 2 | // | 
| 3 | 3 | // Permission is hereby granted, free of charge, to any person obtaining | 
| 4 | 4 | // a copy of this software and associated documentation files (the | 
|  | 
| 32 | 32 |         "asgi", | 
| 33 | 33 |         "asgiref", | 
| 34 | 34 |         "asyncio", | 
|  | 35 | +        "blazingly", | 
| 35 | 36 |         "choco", | 
| 36 | 37 |         "dedent", | 
| 37 | 38 |         "deserialization", | 
|  | 39 | +        "edouardtheron", | 
| 38 | 40 |         "envlist", | 
|  | 41 | +        "GQLWS", | 
| 39 | 42 |         "graphiql", | 
| 40 | 43 |         "graphql", | 
| 41 | 44 |         "inmemory", | 
|  | 
| 56 | 59 |         "prokhorov", | 
| 57 | 60 |         "pydocstyle", | 
| 58 | 61 |         "pyenchant", | 
|  | 62 | +        "pyenv", | 
| 59 | 63 |         "pylint", | 
| 60 | 64 |         "pylintrc", | 
| 61 | 65 |         "pyproject", | 
| 62 | 66 |         "pytest", | 
|  | 67 | +        "pyutils", | 
|  | 68 | +        "rabbitmq", | 
| 63 | 69 |         "rcfile", | 
| 64 | 70 |         "repos", | 
| 65 | 71 |         "sessionid", | 
| 66 | 72 |         "skipif", | 
| 67 | 73 |         "testenv", | 
|  | 74 | +        "Tomáš", | 
| 68 | 75 |         "unpackb", | 
| 69 | 76 |         "unsubscriptable", | 
| 70 | 77 |         "unsubscription", | 
| 71 | 78 |         "venv", | 
|  | 79 | +        "virtualenv", | 
| 72 | 80 |         "wakeup", | 
| 73 | 81 |         "xdist", | 
| 74 | 82 |         "xenial", | 
|  | 
| 78 | 86 |     "editor.rulers": [72, 88], | 
| 79 | 87 |     "editor.tabSize": 4, | 
| 80 | 88 |     "git.ignoreLimitWarning": true, | 
|  | 89 | +    "isort.args": ["--virtual-env", "${workspaceFolder}/.venv"], | 
| 81 | 90 |     "python.linting.banditEnabled": false, | 
| 82 | 91 |     "python.linting.mypyEnabled": true, | 
| 83 | 92 |     "python.linting.pydocstyleEnabled": true, | 
| 84 | 93 |     "python.linting.pylintEnabled": true, | 
| 85 | 94 |     "python.linting.pylintUseMinimalCheckers": false, | 
| 86 |  | -    "python.sortImports.args": ["--virtual-env", "${workspaceFolder}/.venv"], | 
| 87 | 95 |     "python.testing.autoTestDiscoverOnSaveEnabled": true, | 
| 88 | 96 |     "python.testing.nosetestsEnabled": false, | 
| 89 | 97 |     "python.testing.pytestArgs": ["-n8"], | 
| 90 | 98 |     "python.testing.pytestEnabled": true, | 
| 91 | 99 |     "python.testing.unittestEnabled": false, | 
| 92 |  | -    "python.pythonPath": ".venv/bin/python3" | 
|  | 100 | +    "python.pythonPath": ".venv/bin/python3", | 
|  | 101 | +    "files.insertFinalNewline": true | 
| 93 | 102 | } | 
0 commit comments