Skip to content

Commit

Permalink
Merge pull request #106 from RNAcentral/match_svg_via_images
Browse files Browse the repository at this point in the history
Use image comparison instead of file comparison

Fixes #56
  • Loading branch information
AntonPetrov authored Sep 18, 2023
2 parents daeafee + 9e0d9ae commit 8994a65
Show file tree
Hide file tree
Showing 31 changed files with 13,079 additions and 12,085 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docs/_*
.github
.vscode
.git
1.4/
1.4/
2 changes: 1 addition & 1 deletion .github/workflows/base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
```text
${{ steps.docker_meta.outputs.labels }}
```
edit-mode: replace
edit-mode: replace
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ output/*
headers.txt
traveler-input.fasta
tests/results
tests/*.html
tests/html
tests/**/*.png
.vscode
docs/_build/*
results/**
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ repos:
rev: v2.15.6
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- --disable=F0401,W0402,E1101,C0114
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
Expand Down
Loading

0 comments on commit 8994a65

Please sign in to comment.