Skip to content

Commit

Permalink
Remove pylint/isort (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
joweich authored Oct 30, 2023
1 parent 3d68fb0 commit 5ea98b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/isort.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/pylint.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
[![Downloads](https://static.pepy.tech/badge/chat-miner/month)](https://pepy.tech/project/chat-miner)
[![codecov](https://codecov.io/gh/joweich/chat-miner/branch/main/graph/badge.svg?token=6EQF0YNGLK)](https://codecov.io/gh/joweich/chat-miner)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

**chat-miner** provides lean parsers for every major platform transforming chats into pandas dataframes. Artistic visualizations allow you to explore your data and create artwork from your chats.

Expand Down Expand Up @@ -127,4 +126,4 @@ options:
Input file to be processed
-o OUTPUT, --output OUTPUT
Output file for the results
```
```
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

0 comments on commit 5ea98b3

Please sign in to comment.