Skip to content

Commit 1e7ad38

Browse files
authored
Remove deprecated Python implementation. (#333)
Signed-off-by: Caleb Brown <[email protected]>
1 parent 972deec commit 1e7ad38

File tree

10 files changed

+1
-1134
lines changed

10 files changed

+1
-1134
lines changed

.dockerignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ images
66

77
# Ignore Dockerfile - this improve caching.
88
**/Dockerfile
9-
10-
# Ignore the deprecated Python project
11-
criticality_score
12-
*.py

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
83
- package-ecosystem: gomod
94
directory: "/"
105
schedule:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
language: [ 'python', 'go' ]
31+
language: [ 'go' ]
3232
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
3333
# Learn more:
3434
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
41
# Rope project settings
52
.ropeproject
63

7-
# Installing the package locally for development
8-
*.egg-info
9-
104
# This is for IDEs/Editors
115
.idea
126

.pylintrc

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

criticality_score/__init__.py

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

criticality_score/defaults.py

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

criticality_score/generate.py

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

0 commit comments

Comments
 (0)