Skip to content

Commit

Permalink
fix: fix for precommit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah0kello committed Feb 13, 2024
1 parent 757b82e commit cf62d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.15.0
rev: 1.16.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -32,9 +32,11 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.56.0
rev: 'v9.0.0-beta.0'
hooks:
- id: eslint
additional_dependencies:
- eslint@9.0.0-beta.0
files: \.js?$
types: [file]
args:
Expand Down
1 change: 0 additions & 1 deletion .eslintrc.js → eslint.config.js
@@ -1,5 +1,4 @@
module.exports = {
root: true,
"env": {
"browser": true,
"es6": true,
Expand Down

0 comments on commit cf62d0f

Please sign in to comment.