Skip to content

Commit

Permalink
Fix Python Project
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu committed Jan 7, 2024
1 parent 1c273fe commit 2c6eee8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions lint.bat

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ documentation = "https://github.com/thedavidchu/lolc/"
[dependencies]

[dev-dependencies]
black = { version = "^22.3.0", python = "^3.6" }
black = { version = "^22.3.0", python = "^3.10" }

[tool.black]
line-length = 80
target_version = ['py36']
target-version = ['py310']
exclude = '''
(
/(
Expand Down
6 changes: 0 additions & 6 deletions run.sh

This file was deleted.

0 comments on commit 2c6eee8

Please sign in to comment.