Skip to content

Commit ad329bc

Browse files
authored
Update Language.scala to include requirements.txt for Python (#78)
* Update Language.scala * Bump CI orbs
1 parent e94cfa1 commit ad329bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.0.2
4+
codacy: codacy/base@11.2.0
55

66
workflows:
77
version: 2

codacy-plugins-api/src/main/scala/com/codacy/plugins/api/languages/Language.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object Languages {
107107

108108
case object PHP extends Language(extensions = Set(".php"), files = Set("composer.lock"))
109109

110-
case object Python extends Language(extensions = Set(".py"), files = Set("Pipfile.lock"))
110+
case object Python extends Language(extensions = Set(".py"), files = Set("Pipfile.lock", "requirements.txt"))
111111

112112
// Support startdate: 31 August 2015
113113
case object Ruby

0 commit comments

Comments
 (0)