Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Nov 10, 2023
1 parent 7753ac3 commit 6dfbf4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ repos:
- id: black
name: black
entry: black
language: system
language: python
types: [python]
require_serial: true
- id: isort
name: isort
entry: isort
language: system
language: python
types: [python]
- id: flake8
name: flake8
entry: flake8
language: system
language: python
types: [python]

0 comments on commit 6dfbf4f

Please sign in to comment.