Skip to content

Commit

Permalink
Cleanup of not used files, fix of pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalasek committed Jul 8, 2023
1 parent 4c8deb0 commit c5d3e4b
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 50 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
language: system
args: [--settings-path, pyproject.toml]
require_serial: true
files: ^(src/pretty-jupyter|tests)
files: ^(src/pretty_jupyter|tests)
types: [python]

- id: black
Expand All @@ -16,14 +16,14 @@ repos:
language: system
args: [--config, pyproject.toml]
require_serial: true
files: ^(src/pretty-jupyter|tests)
files: ^(src/pretty_jupyter|tests)
types: [python]

- id: autoflake
name: autoflake
entry: autoflake
language: system
files: ^(src/pretty-jupyter|tests)
files: ^(src/pretty_jupyter|tests)
args: [--in-place]
require_serial: true
types: [python]
17 changes: 0 additions & 17 deletions requirements.in

This file was deleted.

Loading

0 comments on commit c5d3e4b

Please sign in to comment.