Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Add contributors table and pipfile
Browse files Browse the repository at this point in the history
Co-authored-by: Hema Veeradhi <hveeradh@redhat.com>
Co-authored-by: Karanraj Chauhan <kachau@redhat.com>
  • Loading branch information
3 people committed Mar 15, 2022
1 parent 6157681 commit 086febf
Show file tree
Hide file tree
Showing 5 changed files with 2,370 additions and 1,031 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
repos:
- repo: git://github.com/Lucas-C/pre-commit-hooks
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
hooks:
- id: remove-tabs

- repo: git://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
Expand All @@ -21,7 +21,7 @@ repos:
- id: check-ast
- id: debug-statements

- repo: git://github.com/pycqa/pydocstyle.git
- repo: https://github.com/pycqa/pydocstyle.git
rev: 6.1.1
hooks:
- id: pydocstyle
Expand Down
8 changes: 8 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Sphinx = "*"

[packages]
awscli = "*"
trino = "*"
pydriller = "*"
python-dotenv = "*"
boto3 = "*"
pandas = "*"
pyarrow = "*"
srcopsmetrics = "*"
matplotlib = "*"

[requires]
python_version = "3.8"
Loading

0 comments on commit 086febf

Please sign in to comment.