Skip to content
Snippets Groups Projects
Unverified Commit 955dc0ec authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #9 from Gepetto/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
parents b891ef1c f33495a1
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ci: ...@@ -3,7 +3,7 @@ ci:
- treefmt - treefmt
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v5.0.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-ast - id: check-ast
......
...@@ -5,6 +5,3 @@ This directory collect mindmaps useful to better understand the organization in ...@@ -5,6 +5,3 @@ This directory collect mindmaps useful to better understand the organization in
## Gepetto ## Gepetto
This map gives an overview of the various scientific subjects tackled in the group. This map gives an overview of the various scientific subjects tackled in the group.
It can be edited using Inkscape. Last edition Inkscape 1.1.1 on mac Big Sur 11.6 It can be edited using Inkscape. Last edition Inkscape 1.1.1 on mac Big Sur 11.6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# This script searches all the .so files in the current directory. # This script searches all the .so files in the current directory.
# The first arg is a string contained in the dependencies of the library you are looking for. # The first arg is a string contained in the dependencies of the library you are looking for.
# The second arg is a string contained in the dependencies that you want to reject. # The second arg is a string contained in the dependencies that you want to reject.
# The script will display the names of the .so files which meet these criteria. # The script will display the names of the .so files which meet these criteria.
# Ex: searchLib.sh my_lib version_to_avoid # Ex: searchLib.sh my_lib version_to_avoid
...@@ -21,4 +21,3 @@ do ...@@ -21,4 +21,3 @@ do
echo $v echo $v
fi fi
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment