Skip to content

Commit 0ff2f45

Browse files
Add pytest and psycopg3 to the primers
1 parent d123825 commit 0ff2f45

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/primer/packages_to_lint.json

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"branch": "main",
55
"directories": ["src/flask"]
66
},
7+
"pytest": {
8+
"url": "https://github.com/pytest-dev/pytest.git",
9+
"branch": "main",
10+
"directories": ["src/_pytest"]
11+
},
12+
"psycopg": {
13+
"url": "https://github.com/psycopg/psycopg.git",
14+
"branch": "master",
15+
"directories": ["psycopg/psycopg"]
16+
},
717
"keras": {
818
"url": "https://github.com/keras-team/keras.git",
919
"branch": "master",

0 commit comments

Comments
 (0)