Skip to content

Commit

Permalink
chore: remove precommit and extra requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Jun 8, 2023
1 parent ccee980 commit be72fae
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 32 deletions.
13 changes: 0 additions & 13 deletions .pre-commit-config.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ dependencies:
- huggingface-hub>=0.8.1
- langchain==0.0.151
- openai==0.27.5
- black==22.3.0
- black[jupyter]==22.3.0
7 changes: 0 additions & 7 deletions hooks/pre-commit

This file was deleted.

6 changes: 1 addition & 5 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ jobs:
scriptLocation: inlineScript
scriptType: bash
inlineScript: 'sbt scalastyle test:scalastyle'
- task: UsePythonVersion@00
inputs:
versionSpec: '3.8'
- script: pip install -r requirements.txt
displayName: 'Install requirements'
- template: templates/conda.yml
- bash: |
black --diff --color . && black --check -q .
displayName: 'Python Style Check'
Expand Down
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

0 comments on commit be72fae

Please sign in to comment.