Skip to content

Commit

Permalink
Removed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin authored and TimeTravelPenguin committed Jan 6, 2024
1 parent 37bc28d commit c9007dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 151 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ repos:
rev: v2.4.0
hooks:
- id: pycln
args: [ --all ]
args: [--all]

- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
args: [ --safe ]
args: [--safe]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
language_version: "3.12"
args: [ "--profile", "black" ]
args: ["--profile", "black"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
Expand All @@ -63,7 +63,5 @@ repos:
hooks:
- id: poetry-check
- id: poetry-lock
- id: poetry-export
args: [ "--without", "dev", "-f", "requirements.txt", "-o", "requirements.txt" ]
verbose: true
- id: poetry-install
146 changes: 0 additions & 146 deletions requirements.txt

This file was deleted.

0 comments on commit c9007dc

Please sign in to comment.