File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - id : end-of-file-fixer
1111 - id : trailing-whitespace
1212 - repo : https://github.com/astral-sh/ruff-pre-commit
13- rev : v0.3.4
13+ rev : v0.15.8
1414 hooks :
1515 - id : ruff-format
1616 - id : ruff
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ def themed_template(user_preferred_theme: str):
3434 <title>Cookie Example</title>
3535 <style>
3636 body {{
37- background-color: { theme [' background-color' ]} ;
38- color: { theme [' color' ]} ;
37+ background-color: { theme [" background-color" ]} ;
38+ color: { theme [" color" ]} ;
3939 }}
4040
4141 button {{
42- background-color: { theme [' button-color' ]} ;
43- color: { theme [' color' ]} ;
44- border: 1px solid { theme [' color' ]} ;
42+ background-color: { theme [" button-color" ]} ;
43+ color: { theme [" color" ]} ;
44+ border: 1px solid { theme [" color" ]} ;
4545 padding: 10px;
4646 margin: 10px;
4747 }}
You can’t perform that action at this time.
0 commit comments