Skip to content

Commit eba131f

Browse files
[pre-commit.ci] pre-commit autoupdate (#6)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 058cc24 commit eba131f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
'\Whttps?://\S*',
4040
]
4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: "v3.1.0"
42+
rev: "v4.0.0-alpha.4"
4343
hooks:
4444
- id: prettier
4545
args: [--config, .meta/prettierrc.yml]

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Requires a Java JRE `>= 8`. Download a jar from the Releases, then run with
1515

1616
Required arguments:
1717

18-
- `-a` / `--anon-script`: Path to a CTP DICOM anonymizer script file. Samples
19-
can be found
20-
[here](https://github.com/johnperry/CTP/tree/master/source/files/profiles/dicom)
21-
- `-s` / `--sr-anon-tool`: Path to the
22-
[SRAnonTool](https://github.com/SMI/SmiServices/tree/master/src/applications/SRAnonTool)
18+
- `-a` / `--anon-script`: Path to a CTP DICOM anonymizer script file. Samples
19+
can be found
20+
[here](https://github.com/johnperry/CTP/tree/master/source/files/profiles/dicom)
21+
- `-s` / `--sr-anon-tool`: Path to the
22+
[SRAnonTool](https://github.com/SMI/SmiServices/tree/master/src/applications/SRAnonTool)
2323

2424
Optional arguments:
2525

26-
- `-d` / `--daemonize`: Run as a daemon and wait for files to process
26+
- `-d` / `--daemonize`: Run as a daemon and wait for files to process
2727

2828
To anonymise a single file:
2929

@@ -50,10 +50,10 @@ process.
5050

5151
Requirements:
5252

53-
- Java 8 JDK
54-
- Maven
53+
- Java 8 JDK
54+
- Maven
5555

5656
TODO:
5757

58-
- Github maven repo setup
59-
- ctp-anon-minimal dependencies
58+
- Github maven repo setup
59+
- ctp-anon-minimal dependencies

0 commit comments

Comments
 (0)