Skip to content

Commit

Permalink
Update .deny.toml to fix CI failure
Browse files Browse the repository at this point in the history
```
   ┌─ /home/runner/work/urdf-viz/urdf-viz/.deny.toml:33:6
   │
33 │     "Unicode-DFS-2016", # unicode-ident
   │      ━━━━━━━━━━━━━━━━ unmatched license allowance
```
  • Loading branch information
taiki-e committed Nov 27, 2024
1 parent b0c75b5 commit 7902daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ private.ignore = true
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016", # unicode-ident
"Unicode-3.0",
"Unicode-3.0", # unicode-ident
"BSD-3-Clause",
"CC0-1.0",
"ISC",
Expand Down

0 comments on commit 7902daa

Please sign in to comment.