We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e80b3 commit 2099f39Copy full SHA for 2099f39
.pre-commit-config.yaml
@@ -7,6 +7,6 @@ repos:
7
- id: trailing-whitespace
8
- id: requirements-txt-fixer
9
- repo: https://github.com/psf/black
10
- rev: 20.8b1
+ rev: 22.3.0
11
hooks:
12
- id: black
cfpq_data/config.py
@@ -6,7 +6,7 @@
6
"DATA",
]
-VERSION = "2.0.0"
+VERSION = "3.0.0"
ROOT = pathlib.Path(__file__).parent
DATA = ROOT / "data"
cfpq_data/dataset/data.py
@@ -53,6 +53,20 @@
53
"kernel",
54
"taxonomy",
55
"taxonomy_hierarchy",
56
+ "avrora",
57
+ "batik",
58
+ "eclipse",
59
+ "fop",
60
+ "h2",
61
+ "jython",
62
+ "luindex",
63
+ "lusearch",
64
+ "pmd",
65
+ "sunflow",
66
+ "tomcat",
67
+ "tradebeans",
68
+ "tradesoap",
69
+ "xalan",
70
71
72
0 commit comments