mirror of
https://github.com/sashacmc/photo-importer.git
synced 2026-06-15 16:57:03 +02:00
Add codespell CI, fix typos
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Codespell
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
codespell:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: codespell-project/actions-codespell@v2
|
||||
with:
|
||||
skip: "*.log,*.lock,node_modules,build,dist,debian,test_data,test_data_bak,*.egg-info,.git"
|
||||
ignore_words_list: "foto"
|
||||
@@ -1,6 +1,7 @@
|
||||
# Photo Importer
|
||||
|
||||

|
||||

|
||||
[](https://pypi.org/project/photo-importer)
|
||||
[](https://pepy.tech/project/photo-importer)
|
||||
[](https://github.com/psf/black)
|
||||
|
||||
@@ -38,7 +38,7 @@ umask = 0o000
|
||||
# Use jpegtran in place of exiftran (bool, 0/1)
|
||||
use_jpegtran = 1
|
||||
|
||||
# Use shutil libarary in place of system calls (bool, 0/1)
|
||||
# Use shutil library in place of system calls (bool, 0/1)
|
||||
# slower but provide more cross platform compatibility
|
||||
use_shutil = 1
|
||||
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ umask = 0o000
|
||||
# Use jpegtran in place of exiftran (bool, 0/1)
|
||||
use_jpegtran = 0
|
||||
|
||||
# Use shutil libarary in place of system calls (bool, 0/1)
|
||||
# Use shutil library in place of system calls (bool, 0/1)
|
||||
# slower but provide more cross platform compatibility
|
||||
use_shutil = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user