Skip to content

Commit

Permalink
remove ruff comments, update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jan 29, 2024
1 parent eff8b31 commit d06c710
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
repos:
# Run the Ruff linter.
- repo: https://github.com/ambv/black
# Ruff version.
# Run the black formatter.
- repo: https://github.com/psf/black
# black version.
rev: 24.1.1
hooks:
# Run the black formatter.
- id: black
language_version: python3.10

0 comments on commit d06c710

Please sign in to comment.