Skip to content

Commit

Permalink
Run prettier on the whole repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Oct 21, 2024
1 parent d2cb639 commit 1d016a2
Show file tree
Hide file tree
Showing 38 changed files with 978 additions and 919 deletions.
140 changes: 70 additions & 70 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/addon"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- addon
- package-ecosystem: pip
directory: "/bot"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- bot
- package-ecosystem: docker
directory: "/events"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- events
- package-ecosystem: docker
directory: "/backend"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- backend
- package-ecosystem: docker
directory: "/bot"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- bot
- package-ecosystem: pip
directory: "/tools"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- tools
- package-ecosystem: pip
directory: "/events"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- events
- package-ecosystem: pip
directory: "/backend"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- backend
- package-ecosystem: npm
directory: "/frontend"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- frontend
- package-ecosystem: pip
directory: "/report"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- report
- package-ecosystem: npm
directory: "/addon"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- addon
- package-ecosystem: pip
directory: "/bot"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- bot
- package-ecosystem: docker
directory: "/events"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- events
- package-ecosystem: docker
directory: "/backend"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- backend
- package-ecosystem: docker
directory: "/bot"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- bot
- package-ecosystem: pip
directory: "/tools"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- tools
- package-ecosystem: pip
directory: "/events"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- events
- package-ecosystem: pip
directory: "/backend"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- backend
- package-ecosystem: npm
directory: "/frontend"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- frontend
- package-ecosystem: pip
directory: "/report"
schedule:
interval: weekly
open-pull-requests-limit: 99
labels:
- report
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: check-yaml
- id: mixed-line-ending
- id: name-tests-test
args: ['--django']
args: ["--django"]
- id: check-json
- id: requirements-txt-fixer
- id: check-vcs-permalinks
Expand All @@ -44,7 +44,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
hooks:
- id: mypy
- id: mypy
name: mypy-backend
files: ^backend/
entry: mypy backend/
Expand All @@ -54,7 +54,7 @@ repos:
- types-redis==3.5.1
- types-python-dateutil==0.1.3
- types-PyYAML==5.4.0
- id: mypy
- id: mypy
name: mypy-bot
files: ^bot/
entry: mypy bot/
Expand All @@ -63,21 +63,21 @@ repos:
- types-requests==0.1.11
- types-pytz==2022.6.0.1
- types-PyYAML==5.4.0
- id: mypy
- id: mypy
name: mypy-events
files: ^events/
entry: mypy events/
pass_filenames: false
additional_dependencies:
- types-requests==0.1.11
- id: mypy
- id: mypy
name: mypy-report
files: ^report/
entry: mypy report/
pass_filenames: false
additional_dependencies:
- types-requests==0.1.11
- id: mypy
- id: mypy
name: mypy-tools
files: ^tools/
entry: mypy tools/
Expand Down
Loading

0 comments on commit 1d016a2

Please sign in to comment.