We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721c53e commit e4bc7cdCopy full SHA for e4bc7cd
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
-- Add rule GCI96 Require Usecols Argument in Pandas Read Functions
+- [#71](https://github.com/green-code-initiative/creedengo-python/pull/71) Add rule GCI96 Require Usecols Argument in Pandas Read Functions
13
14
### Changed
15
src/main/resources/org/greencodeinitiative/creedengo/python/creedengo_way_profile.json
@@ -10,8 +10,8 @@
"GCI72",
"GCI74",
"GCI89",
+ "GCI96",
"GCI203",
- "GCI404",
- "GCI96"
+ "GCI404"
16
]
17
}
0 commit comments