Skip to content

Commit

Permalink
Remove requirements.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed May 27, 2023
1 parent c76e097 commit 280b808
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
11 changes: 1 addition & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ repos:
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks:
- id: codespell
args: [--skip, "*.ttl"]
- repo: local
hooks:
- id: update-requirements-txt
name: update-requirements-txt
description: 'Generate requirements.txt based on poetry.lock'
entry: poetry
args: [export, --format, requirements.txt, --output, requirements.txt, --without-hashes]
language: system
pass_filenames: false
2 changes: 0 additions & 2 deletions requirements.dev.txt

This file was deleted.

23 changes: 0 additions & 23 deletions requirements.txt

This file was deleted.

0 comments on commit 280b808

Please sign in to comment.