Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Nov 30, 2023
1 parent fcbe2b1 commit 9c693cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ enabled = true

[analyzers.meta]
runtime_version = "3.x.x"
max_line_length = 88

[[analyzers]]
name = "shell"
enabled = true
enabled = true


[[transformers]]

name = "black"
enabled = true
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
github: dvershinin
patreon: getpagespeed
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
ko_fi: dvershinin # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: dvershinin
issuehunt: dvershinin
otechie: # Replace with a single Otechie username
custom: ['https://www.buymeacoffee.com/dvershinin', 'https://paypal.me/DanilaVershinin'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://www.buymeacoffee.com/dvershinin', 'https://paypal.me/GetPageSpeedID'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

0 comments on commit 9c693cb

Please sign in to comment.