Skip to content

Commit 62b8ea3

Browse files
authored
Revert "Toggle autoreset image (#162)"
This reverts commit 9e48c51.
1 parent 9e48c51 commit 62b8ea3

File tree

95 files changed

+6236
-10513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+6236
-10513
lines changed

.flake8

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/lint-and-build.yml

Lines changed: 0 additions & 134 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3-
# Caches
4-
.cache/
5-
63
# Byte-compiled / optimized / DLL files
74
__pycache__/
85

96
# Distribution / packaging
107
env/
118
build/
129
dist/
13-
*.prof
14-
# Generated
15-
**/gen/*.py
16-
!**/gen/*.pyi
1710

1811
# PyInstaller
1912
# Usually these files are written by a python script from a template
@@ -23,4 +16,3 @@ dist/
2316

2417
# Dev settings
2518
*.pkl
26-
settings.toml

.markdownlint.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,14 @@
1-
// Keep in alphabetical order
21
{
32
"recommendations": [
4-
"bungcip.better-toml",
5-
"davidanson.vscode-markdownlint",
6-
"eamodio.gitlens",
7-
"ms-python.flake8",
8-
"ms-python.python",
93
"ms-python.vscode-pylance",
10-
"ms-vscode.powershell",
11-
"pkief.material-icon-theme",
12-
"redhat.vscode-yaml",
4+
"ms-python.python",
5+
"sonarsource.sonarlint-vscode",
6+
"davidanson.vscode-markdownlint",
137
"shardulm94.trailing-spaces",
14-
"sonarsource.sonarlint-vscode"
8+
"eamodio.gitlens"
159
],
1610
"unwantedRecommendations": [
17-
// Must disable in this workspace //
18-
//
19-
// VSCode has implemented an optimized version
20-
"coenraads.bracket-pair-colorizer",
21-
"coenraads.bracket-pair-colorizer-2",
22-
// Lots of conflicts
23-
"esbenp.prettier-vscode",
24-
// Replaced by ESLint
25-
"eg2.tslint",
26-
"ms-vscode.vscode-typescript-tslint-plugin",
27-
// Obsoleted by Pylance
2811
"ms-pyright.pyright",
29-
// Not configurable per workspace, tends to conflict with other linters
30-
// Use eslint-plugin-sonarjs for JS/TS projects
31-
"sonarsource.sonarlint-vscode",
32-
//
33-
// Don't recommend to autoinstall //
34-
//
35-
// This is a Git project
36-
"johnstoncode.svn-scm",
37-
// Prefer using VSCode itself as a text editor
38-
"vscodevim.vim",
12+
"esbenp.prettier-vscode"
3913
]
4014
}

.vscode/launch.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)